commit | 27fd7d8750ceeb798052eb8af36264c79b6536fb | [log] [tgz] |
---|---|---|
author | osk11461 <ondrej1.frindrich@orange.com> | Fri Jun 18 00:51:17 2021 +0200 |
committer | osk11461 <ondrej1.frindrich@orange.com> | Mon Sep 13 14:39:31 2021 +0200 |
tree | 13d2896ff9c8e6dd4c1139500cf4909e8efd0fc7 | |
parent | f0e88b345f6c6dd6d5733d74016fc44027ac407f [diff] [blame] |
[AAI] Service Mesh compatibility This patch makes AAI to work on service mesh by removing https calls from everywhere. It allows also to use AAI on an environment without need of TLS. Issue-ID: OOM-2670 Signed-off-by: Ondrej Frindrich <ondrej1.frindrich@orange.com> Change-Id: I19adabc7b33c1ada243ec16f77dbf8fde19b1386
diff --git a/kubernetes/aai/components/aai-graphadmin/templates/deployment.yaml b/kubernetes/aai/components/aai-graphadmin/templates/deployment.yaml index 5e6f2bc..8ed7ce8 100644 --- a/kubernetes/aai/components/aai-graphadmin/templates/deployment.yaml +++ b/kubernetes/aai/components/aai-graphadmin/templates/deployment.yaml
@@ -187,4 +187,4 @@ {{ end }} restartPolicy: {{ .Values.restartPolicy }} imagePullSecrets: - - name: "{{ include "common.namespace" . }}-docker-registry-key" + - name: {{ include "common.namespace" . }}-docker-registry-key