X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fso%2Fcomponents%2Fso-admin-cockpit%2Fvalues.yaml;h=c10b509734c72ca1acc43d0071b837afd27cc0bf;hb=4753743f0743a6b22f69e718c3cdb4ba8843cea6;hp=c4e79dfc533771e9abdd6644c5dd8c46edceb76c;hpb=867602f80edce6d9cc47bb26f78a3a2787d8322f;p=oom.git diff --git a/kubernetes/so/components/so-admin-cockpit/values.yaml b/kubernetes/so/components/so-admin-cockpit/values.yaml index c4e79dfc53..c10b509734 100644 --- a/kubernetes/so/components/so-admin-cockpit/values.yaml +++ b/kubernetes/so/components/so-admin-cockpit/values.yaml @@ -31,7 +31,9 @@ global: persistence: mountPath: /dockerdata-nfs mariadbGalera: - service: mariadb-galera-primary + # flag to enable the DB creation via mariadb-operator + useOperator: true + service: mariadb-galera servicePort: '3306' ################################################################# @@ -67,6 +69,15 @@ repository: nexus3.onap.org:10001 image: onap/so/so-admin-cockpit:1.9.0 pullPolicy: Always +# Local mariadb galera instance default name +mariadb-galera: + nameOverride: so-mariadb-galera + service: + internalPort: 3306 + mariadbOperator: + galera: + enabled: false + db: userName: so_user userPassword: so_User123 @@ -110,18 +121,18 @@ flavor: small resources: small: requests: - memory: 1Gi - cpu: 0.5 + cpu: "0.5" + memory: "1Gi" limits: - memory: 4Gi - cpu: 1 + cpu: "1" + memory: "4Gi" large: requests: - memory: 2Gi - cpu: 1 + cpu: "1" + memory: "2Gi" limits: - memory: 8Gi - cpu: 2 + cpu: "2" + memory: "8Gi" unlimited: {} readinessProbe: port: 9091