X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fappmgr%2Ftemplates%2Fdeployment.yaml;h=b671152350e57749aea2193de6771d0732a0a2ed;hb=2485dce0a85ca45a97c7eafb88864e77a5fb6782;hp=b425365a5b8807265d23e4dc79cabb6bce2e7a67;hpb=7f1e409379856025977fc8a6ea04ddb215f21a13;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/appmgr/templates/deployment.yaml b/ric-platform/50-RIC-Platform/helm/appmgr/templates/deployment.yaml index b425365a..b6711523 100644 --- a/ric-platform/50-RIC-Platform/helm/appmgr/templates/deployment.yaml +++ b/ric-platform/50-RIC-Platform/helm/appmgr/templates/deployment.yaml @@ -40,6 +40,10 @@ spec: release: {{ .Release.Name }} spec: hostname: {{ .Chart.Name }} + hostAliases: + - ip: "135.207.143.86" + hostnames: + - "helm.ricinfra.local" imagePullSecrets: - name: {{ include "common.repositoryCred" . }} containers: @@ -52,7 +56,8 @@ spec: protocol: TCP volumeMounts: - name: config-volume - mountPath: {{ .Values.appmgr.appconfigpath }} + mountPath: {{ .Values.appmgr.appconfigpath }}/appmgr.yaml + subPath: appmgr.yaml - name: secret-volume mountPath: {{ .Values.appmgr.appsecretpath }} - name: cert-volume