X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fso%2Fcomponents%2Fso-admin-cockpit%2Fvalues.yaml;h=2b05dbed1adec552d29987ff777f77f8cddd6bf5;hb=db8167bbf6923c8f316ebadd6cec1dd4891428a1;hp=de6f0314356a0b15be1015ef8f03a5889e88f75f;hpb=8d83b2461634486a51537852c6d0761cfbb141bf;p=oom.git diff --git a/kubernetes/so/components/so-admin-cockpit/values.yaml b/kubernetes/so/components/so-admin-cockpit/values.yaml index de6f031435..2b05dbed1a 100644 --- a/kubernetes/so/components/so-admin-cockpit/values.yaml +++ b/kubernetes/so/components/so-admin-cockpit/values.yaml @@ -31,7 +31,7 @@ global: persistence: mountPath: /dockerdata-nfs mariadbGalera: - serviceName: mariadb-galera + service: mariadb-galera-primary servicePort: '3306' ################################################################# @@ -111,26 +111,26 @@ resources: small: requests: memory: 1Gi - cpu: 10m + cpu: 0.25 limits: memory: 4Gi - cpu: 1 + cpu: 0.5 large: requests: memory: 2Gi - cpu: 20m + cpu: 0.5 limits: memory: 8Gi - cpu: 2 + cpu: 1 unlimited: {} readinessProbe: port: 9091 - initialDelaySeconds: 20 + initialDelaySeconds: 40 periodSeconds: 10 timeoutSeconds: 10 livenessProbe: port: 9091 - initialDelaySeconds: 40 + initialDelaySeconds: 80 periodSeconds: 10 timeoutSeconds: 10 successThreshold: 1