redis config optimization
- 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
diff --git a/kubernetes/dcaegen2/components/dcae-redis/values.yaml b/kubernetes/dcaegen2/components/dcae-redis/values.yaml
index 0b342e8..3daa740 100644
--- a/kubernetes/dcaegen2/components/dcae-redis/values.yaml
+++ b/kubernetes/dcaegen2/components/dcae-redis/values.yaml
@@ -36,7 +36,7 @@
config: {}
# default number of instances
-replicaCount: 6
+replicaCount: 3
nodeSelector: {}
@@ -59,16 +59,14 @@
#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: