summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2019-12-16 10:15:03 +0000
committerGerrit Code Review <gerrit@onap.org>2019-12-16 10:15:03 +0000
commit9037af96894f8995c6d03e6526b0d6260ff66aac (patch)
treee142f4891ae1c90cf7da171684b11587e2545ff0
parent8501d7cee5a887f9e19d5fe3671ef8180bce526b (diff)
parent197c8698c6b645470f3875051aa34b0a0a760cb4 (diff)
Merge "DMaaP switch from HTTP to HTTPS"
-rw-r--r--kubernetes/nbi/templates/deployment.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/nbi/templates/deployment.yaml b/kubernetes/nbi/templates/deployment.yaml
index 4ba28b0fc0..7f9220d98b 100644
--- a/kubernetes/nbi/templates/deployment.yaml
+++ b/kubernetes/nbi/templates/deployment.yaml
@@ -93,7 +93,7 @@ spec:
value: {{ .Values.so_authorization }}
{{- end }}
- name: DMAAP_HOST
- value: "http://message-router.{{ include "common.namespace" . }}:3904"
+ value: "https://message-router.{{ include "common.namespace" . }}:3905"
- name: LOGGING_LEVEL_ORG_ONAP_NBI
value: {{ .Values.config.loglevel }}
- name: MSB_ENABLED