[VOL-5359] Add redis option as KVStore
Change-Id: Iacf583f53a2b00e9f0afd49c51ffb6be616e9b9b
Signed-off-by: abhay <abhayk@radisys.com>
diff --git a/voltha-go-controller/templates/deployment.yaml b/voltha-go-controller/templates/deployment.yaml
index 7eaa7d1..39655f8 100644
--- a/voltha-go-controller/templates/deployment.yaml
+++ b/voltha-go-controller/templates/deployment.yaml
@@ -43,11 +43,11 @@
- name: VOLTHA_PORT
value: "55555"
- name: KV_STORE_TYPE
- value: "redis"
+ value: "{{ .Values.services.kvstore.type }}"
- name: KV_STORE_HOST
- value: "voltha-infra-redis-headless.{{ .Values.global.voltha_infra_namespace }}.svc.cluster.local"
+ value: "{{ .Values.services.kvstore.address }}"
- name: KV_STORE_PORT
- value: "6379"
+ value: "{{ .Values.services.kvstore.port }}"
- name: KAFKA_ADAPTER_HOST
value: "{{ tpl .Values.services.kafka.cluster.address . }}"
- name: KAFKA_ADAPTER_PORT