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=a825e16d49cfb6e7301abcde6c1223817cd2a48f;hpb=4665f6050dea6c1b35756523e829c827ff1e407e;p=oom.git diff --git a/kubernetes/so/components/so-admin-cockpit/values.yaml b/kubernetes/so/components/so-admin-cockpit/values.yaml index a825e16d49..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 @@ -143,6 +143,13 @@ ingress: port: 9091 config: ssl: "none" +serviceMesh: + authorizationPolicy: + authorizedPrincipals: + - serviceAccount: portal-app-read + - serviceAccount: so-read + - serviceAccount: istio-ingress + namespace: istio-ingress nodeSelector: {} tolerations: [] affinity: {}