Merge "Upgrade SDC from Titan to Janus Graph"
[oom.git] / kubernetes / common / mariadb-galera / values.yaml
index 51f446f..d91f4fd 100644 (file)
@@ -57,6 +57,7 @@ liveness:
 readiness:
   initialDelaySeconds: 15
   periodSeconds: 10
+  timeoutSeconds: 5
 
 ## Persist data to a persitent volume
 persistence:
@@ -117,12 +118,21 @@ externalConfig: {}
   # Minimum memory for development is 2 CPU cores and 4GB memory
   # Minimum memory for production is 4 CPU cores and 8GB memory
 resources:
-  limits:
-    cpu: 2
-    memory: 4Gi
-  requests:
-    cpu: 2
-    memory: 4Gi
+  small:
+    limits:
+      cpu: 2
+      memory: 4Gi
+    requests:
+      cpu: 1
+      memory: 2Gi
+  large:
+    limits:
+      cpu: 2
+      memory: 4Gi
+    requests:
+      cpu: 1
+      memory: 2Gi
+  unlimited: {}
 
 # Name for mariadb-galera cluster - should be unique accross all projects or other clusters
 nameOverride: mariadb-galera