X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fso%2Fcomponents%2Fso-admin-cockpit%2Fvalues.yaml;h=c4e79dfc533771e9abdd6644c5dd8c46edceb76c;hb=867602f80edce6d9cc47bb26f78a3a2787d8322f;hp=de6f0314356a0b15be1015ef8f03a5889e88f75f;hpb=1e26a2331b0d0be72cc57e5ab66a3c37f23378e6;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..c4e79dfc53 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.5 limits: memory: 4Gi cpu: 1 large: requests: memory: 2Gi - cpu: 20m + cpu: 1 limits: memory: 8Gi cpu: 2 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