Merge "[DOC] Create Kohn release Note"
authorFiachra Corcoran <fiachra.corcoran@est.tech>
Wed, 9 Nov 2022 13:49:17 +0000 (13:49 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 9 Nov 2022 13:49:17 +0000 (13:49 +0000)
kubernetes/multicloud/templates/deployment.yaml
kubernetes/multicloud/values.yaml

index ff9dac1..5e10907 100644 (file)
@@ -55,6 +55,8 @@ spec:
          value: "{{ .Values.config.aai.username }}"
        - name: AAI_PASSWORD
          value: "{{ .Values.config.aai.password }}"
+       - name: AAI_PROTOCOL
+         value: "{{- if (include "common.needTLS" .) }}https{{ else }}http{{ end }}"
        - name: SSL_ENABLED
          value: "{{- if (include "common.needTLS" .) }}{{ .Values.config.ssl_enabled }}{{ else }}false{{ end }}"
        resources:
index 91dfa5c..9ea62aa 100644 (file)
@@ -64,7 +64,7 @@ config:
   msbPlainPort: 80
   aai:
     aaiPort: 8443
-    aaiPlainPort: 8080
+    aaiPlainPort: 80
     schemaVersion: v13
     username: AAI
     password: AAI