redis config optimization 80/100780/1
authorVijay Venkatesh Kumar <vv770d@att.com>
Tue, 21 Jan 2020 21:06:32 +0000 (21:06 +0000)
committerVijay Venkatesh Kumar <vv770d@att.com>
Tue, 21 Jan 2020 21:06:36 +0000 (21:06 +0000)
- replication count set to 3
- removing nodeport

Change-Id: Ie3431c59ffdd44f207eddfbc013ab4fc3f6ed5f9
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-1720
Issue-ID: OJSI-187

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: