X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=auth%2Fhelm%2Faaf%2Ftemplates%2Faaf-cm.yaml;h=ccc2e5591b24d02c16b59356a7d439aced2aef0b;hb=fea400a6e11a41e39911927edf37938b5d13f181;hp=51b0043d7f9124d4326c8404ca6b8a16c4b70f9d;hpb=66424b306877435b7e71e119a8d1498b4b263719;p=aaf%2Fauthz.git diff --git a/auth/helm/aaf/templates/aaf-cm.yaml b/auth/helm/aaf/templates/aaf-cm.yaml index 51b0043d..ccc2e559 100644 --- a/auth/helm/aaf/templates/aaf-cm.yaml +++ b/auth/helm/aaf/templates/aaf-cm.yaml @@ -80,7 +80,7 @@ spec: fieldRef: fieldPath: metadata.namespace - name: aaf_locate_url - value: "https://{{.Values.services.locate.fqdn}}.{{.Values.services.ns}}:{{.Values.services.locate.internal_port}}" + value: "https://aaf-locate.{{.Release.Namespace }}:{{.Values.services.locate.internal_port}}" - name: aaf_locator_public_fqdn value: "{{.Values.services.public_fqdn}}" - name: aaf_locator_name @@ -102,7 +102,7 @@ spec: - name: aaf-cm image: {{ .Values.image.repository }}onap/aaf/aaf_cm:{{ .Values.image.version }} imagePullPolicy: IfNotPresent - command: ["/bin/bash","-c","cd /opt/app/aaf && /bin/bash bin/pod_wait.sh aaf-cm aaf-locate && exec bin/cm"] + command: ["/bin/bash","-c","cd /opt/app/aaf && /bin/bash bin/pod_wait.sh aaf-cm nc aaf-cass.{{ .Release.Namespace }} {{ .Values.services.cass.native_trans_port }} aaf-locate && exec bin/cm"] volumeMounts: - mountPath: "/opt/app/osaaf" name: aaf-config-vol