From d801f794ab8089f9eed7309a5bc16282396239f8 Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Fri, 27 Apr 2018 22:20:33 +0000 Subject: Add DCAE postgres instance patchset #3 Add ExternalName service to provide alternate name for consul in the common namespace. Needed for compatibility with CM plugin. patchset #2 Fix Holmes inputs to use correct postgres address. Minor fixes for ves and tca. Change-Id: Iacfef5a34ab5d2f365dcc6fc160816f80dfa7b69 Issue-ID: DCAEGEN2-477 Signed-off-by: Jack Lucas --- .../charts/dcae-bootstrap/resources/inputs/k8s-tca-inputs.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'kubernetes/dcaegen2/charts/dcae-bootstrap/resources/inputs/k8s-tca-inputs.yaml') diff --git a/kubernetes/dcaegen2/charts/dcae-bootstrap/resources/inputs/k8s-tca-inputs.yaml b/kubernetes/dcaegen2/charts/dcae-bootstrap/resources/inputs/k8s-tca-inputs.yaml index 7dc66f40c3..f3a6ccaad8 100644 --- a/kubernetes/dcaegen2/charts/dcae-bootstrap/resources/inputs/k8s-tca-inputs.yaml +++ b/kubernetes/dcaegen2/charts/dcae-bootstrap/resources/inputs/k8s-tca-inputs.yaml @@ -22,3 +22,7 @@ tca_image: {{ .Values.componentImages.tca }} dmaap_host: {{ .Values.config.address.message_router }}.{{include "common.namespace" . }} consul_host: {{ .Values.config.address.consul.host }}.{{include "common.namespace" . }} cbs_host: config-binding-service +enableRedisCaching: {{ .Values.config.redisCaching }} +{{ if .Values.config.redisHosts }} +redisHosts: {{ .Values.config.redisHosts }} +{{ end }} -- cgit 1.2.3-korg