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;h=03d6603556cf75d5f8d4baa961da38dc654c985c;hb=2df61c2fcf64b32ecf7f064ef9cbbe6b54a15bc0;hp=ed80b846307f88f3403768ad51c356ee4e97e4c0;hpb=b361b2091909dc2e77d4d172b95c210f8b1b2abb;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: