[OOM] Fixed DCAE PRH chart readinessCheck issues
[oom.git] / kubernetes / dcaegen2-services / components / dcae-prh / values.yaml
index 4f8ec77..11cb726 100644 (file)
@@ -53,11 +53,6 @@ secrets:
     password: '{{ .Values.aaiCreds.password }}'
     passwordPolicy: required
 
-# dependencies
-readinessCheck:
-  wait_for:
-    - message-router
-
 # probe configuration
 readiness:
   initialDelaySeconds: 5
@@ -183,18 +178,18 @@ flavor: small
 resources:
   small:
     limits:
-      cpu: 1
-      memory: 3Gi
+      cpu: "1"
+      memory: "3Gi"
     requests:
-      cpu: 0.5
-      memory: 3Gi
+      cpu: "0.5"
+      memory: "3Gi"
   large:
     limits:
-      cpu: 2
-      memory: 6Gi
+      cpu: "2"
+      memory: "6Gi"
     requests:
-      cpu: 1
-      memory: 6Gi
+      cpu: "1"
+      memory: "6Gi"
   unlimited: {}
 
 #Pods Service Account