Merge "[DCAEGEN2] Update base image for healthcheck"
[oom.git] / kubernetes / so / values.yaml
index bf412e8..c252938 100755 (executable)
@@ -23,7 +23,7 @@ global:
   mariadbGalera:
     nameOverride: mariadb-galera
     servicePort: '3306'
-    service: mariadb-galera-primary
+    service: mariadb-galera
     internalPort: '3306'
     # mariadbRootPassword: secretpassword
     # rootPasswordExternalSecret: some secret
@@ -549,14 +549,14 @@ flavor: small
 resources:
   small:
     limits:
-      cpu: 999
+      cpu: 1
       memory: 4Gi
     requests:
       cpu: 0.5
       memory: 1Gi
   large:
     limits:
-      cpu: 999
+      cpu: 2
       memory: 8Gi
     requests:
       cpu: 1