mirror of
https://github.com/Telecominfraproject/wlan-cloud-helm.git
synced 2026-03-20 19:39:08 +00:00
Compare commits
2 Commits
WIFI-2654-
...
feature/ex
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ea263e23d6 | ||
|
|
f0cdde9a87 |
@@ -125,10 +125,10 @@ ingress:
|
||||
resources:
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 320Mi
|
||||
memory: 350Mi
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 300Mi
|
||||
memory: 350Mi
|
||||
|
||||
nodeSelector: {}
|
||||
|
||||
|
||||
@@ -117,10 +117,10 @@ ingress:
|
||||
resources:
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 370Mi
|
||||
memory: 400Mi
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 350Mi
|
||||
memory: 400Mi
|
||||
|
||||
nodeSelector: {}
|
||||
|
||||
|
||||
@@ -117,10 +117,10 @@ ingress:
|
||||
resources:
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 420Mi
|
||||
memory: 450Mi
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 400Mi
|
||||
memory: 450Mi
|
||||
|
||||
nodeSelector: {}
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@ shared:
|
||||
annotations: {
|
||||
"helm.sh/resource-policy": keep
|
||||
}
|
||||
dockerRegistrySecret: ewoJImF1dGhzIjogewoJCSJ0aXAtdGlwLXdsYW4tY2xvdWQtZG9ja2VyLXJlcG8uamZyb2cuaW8iOiB7CgkJCSJhdXRoIjogImRHbHdMWEpsWVdRNmRHbHdMWEpsWVdRPSIKCQl9Cgl9LAoJIkh0dHBIZWFkZXJzIjogewoJCSJVc2VyLUFnZW50IjogIkRvY2tlci1DbGllbnQvMTkuMDMuOCAobGludXgpIgoJfQp9
|
||||
|
||||
opensync-gw-static:
|
||||
enabled: false
|
||||
|
||||
@@ -12,7 +12,6 @@ shared:
|
||||
annotations: {
|
||||
"helm.sh/resource-policy": keep
|
||||
}
|
||||
dockerRegistrySecret: ewoJImF1dGhzIjogewoJCSJ0aXAtdGlwLXdsYW4tY2xvdWQtZG9ja2VyLXJlcG8uamZyb2cuaW8iOiB7CgkJCSJhdXRoIjogImRHbHdMWEpsWVdRNmRHbHdMWEpsWVdRPSIKCQl9Cgl9LAoJIkh0dHBIZWFkZXJzIjogewoJCSJVc2VyLUFnZW50IjogIkRvY2tlci1DbGllbnQvMTkuMDMuOCAobGludXgpIgoJfQp9
|
||||
|
||||
opensync-gw-static:
|
||||
enabled: false
|
||||
|
||||
@@ -42,8 +42,8 @@ global:
|
||||
|
||||
repository:
|
||||
registry: tip-tip-wlan-cloud-docker-repo.jfrog.io
|
||||
username: tip-read
|
||||
password: tip-read
|
||||
# username: username
|
||||
# password: password
|
||||
# image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
@@ -86,7 +86,7 @@ global:
|
||||
path: /opt/bitnami/jmx-exporter/jmx_prometheus_javaagent.jar
|
||||
|
||||
# DockerRegistry Secret
|
||||
createDockerRegistrySecret: true
|
||||
createDockerRegistrySecret: false
|
||||
|
||||
# Enabling components under Tip-wlan
|
||||
opensync-gw-static:
|
||||
@@ -184,13 +184,21 @@ kafka:
|
||||
registry: tip-docker-cache-repo.jfrog.io
|
||||
persistence:
|
||||
enabled: true
|
||||
resources:
|
||||
limits:
|
||||
cpu: 1
|
||||
memory: 500Gi
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 400Mi
|
||||
|
||||
resources:
|
||||
limits:
|
||||
cpu: 1
|
||||
memory: 2Gi
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 700Mi
|
||||
memory: 1100Mi
|
||||
|
||||
cassandra:
|
||||
enabled: false
|
||||
|
||||
Reference in New Issue
Block a user