Merge "[AAI] Make aai log level configurable"
[oom.git] / kubernetes / vfc / components / vfc-redis / values.yaml
index 0bbb395..60c95b9 100644 (file)
@@ -55,7 +55,7 @@ readiness:
 service:
   type: ClusterIP
   name: vfc-redis
-  portName: vfc-redis
+  portName: http
   externalPort: 6379
   internalPort: 6379
 
@@ -66,16 +66,16 @@ ingress:
 resources:
   small:
     limits:
-      cpu: 200m
-      memory: 500Mi
+      cpu: "200m"
+      memory: "500Mi"
     requests:
-      cpu: 100m
-      memory: 250Mi
+      cpu: "100m"
+      memory: "200Mi"
   large:
     limits:
-      cpu: 400m
-      memory: 1000Mi
+      cpu: "400m"
+      memory: "1Gi"
     requests:
-      cpu: 200m
-      memory: 500Mi
+      cpu: "200m"
+      memory: "500Mi"
   unlimited: {}
\ No newline at end of file