[MARIADB] Make the MariaDB service Operator aware
[oom.git] / kubernetes / so / components / so-admin-cockpit / values.yaml
index de6f031..7e1f0f7 100644 (file)
@@ -31,7 +31,7 @@ global:
   persistence:
     mountPath: /dockerdata-nfs
   mariadbGalera:
-    serviceName: mariadb-galera
+    service: mariadb-galera
     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