redis config optimization
[oom.git] / kubernetes / dcaegen2 / components / dcae-redis / values.yaml
index 0b342e8..3daa740 100644 (file)
@@ -36,7 +36,7 @@ pullPolicy: Always
 config: {}
 
 # default number of instances
-replicaCount: 6
+replicaCount: 3
 
 nodeSelector: {}
 
@@ -59,16 +59,14 @@ service:
   #Example service definition with external, internal and node ports.
   #Services may use any combination of ports depending on the 'type' of
   #service being defined.
-  type: NodePort
+  type: ClusterIP
   name: dcae-redis
   portName: client
   externalPort: 6379
   internalPort: 6379
-  nodePort: 86
   portName2: gossip
   externalPort2: 16379
   internalPort2: 16379
-  nodePort2: 87
 
 ## Persist data to a persitent volume
 persistence: