X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fe2term%2Ftemplates%2Fdeployment.yaml;fp=ric-platform%2F50-RIC-Platform%2Fhelm%2Fe2term%2Ftemplates%2Fdeployment.yaml;h=03d6603556cf75d5f8d4baa961da38dc654c985c;hb=a63dfb66e8aba324665c9b092e1726201c301d94;hp=ed80b846307f88f3403768ad51c356ee4e97e4c0;hpb=bb6097c9e2fa2918028892b2c5e675841029bee9;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/e2term/templates/deployment.yaml b/ric-platform/50-RIC-Platform/helm/e2term/templates/deployment.yaml index ed80b846..03d66035 100644 --- a/ric-platform/50-RIC-Platform/helm/e2term/templates/deployment.yaml +++ b/ric-platform/50-RIC-Platform/helm/e2term/templates/deployment.yaml @@ -42,7 +42,7 @@ spec: release: {{ .Release.Name }} spec: hostname: {{ include "common.name.e2term" . }} - hostNetwork: true + hostNetwork: {{ .Values.e2term.hostnetworkmode }} dnsPolicy: ClusterFirstWithHostNet imagePullSecrets: - name: {{ include "common.repositoryCred" . }} @@ -65,7 +65,7 @@ spec: stdin: true tty: true securityContext: - privileged: true + privileged: {{ .Values.e2term.privilegedmode }} volumes: - name: local-router-file configMap: