X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=it%2Fdep.git;a=blobdiff_plain;f=smo-install%2Foran_oom%2Foru-app%2Ftemplates%2Fdeployment.yaml;fp=smo-install%2Foran_oom%2Foru-app%2Ftemplates%2Fdeployment.yaml;h=6999b95728bf9dcf410ea20a0351667c92231aa3;hp=6955c6d563f546cc41eaad2e60accb8074ab43a2;hb=c9ace66e2b4635918c4c4c473dfc7bcbeb41b7ae;hpb=177701e036017bc89d6d3ab1932eaa8ce5f122a3 diff --git a/smo-install/oran_oom/oru-app/templates/deployment.yaml b/smo-install/oran_oom/oru-app/templates/deployment.yaml index 6955c6d5..6999b957 100644 --- a/smo-install/oran_oom/oru-app/templates/deployment.yaml +++ b/smo-install/oran_oom/oru-app/templates/deployment.yaml @@ -24,16 +24,10 @@ spec: imagePullPolicy: {{ .Values.image.pullPolicy }} tty: true stdin: true - env: - - name: REQUESTS_CA_BUNDLE - value: "{{ .Values.conf.caCertificate }}" envFrom: - configMapRef: name: oru-app-configmapenv volumeMounts: - {{- if .Values.global.aafEnabled }} - {{ include "common.certInitializer.volumeMount" . | nindent 10 }} - {{- end }} - name: oru-app-config-volume subPath: o-ru-to-o-du-map.txt mountPath: /usr/src/app/o-ru-to-o-du-map.txt @@ -42,13 +36,7 @@ spec: add: - SYS_ADMIN - SYS_PTRACE - {{- if .Values.global.aafEnabled }} - serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . ) }} - {{- end }} volumes: - {{- if .Values.global.aafEnabled }} - {{ include "common.certInitializer.volumes" . | nindent 6 }} - {{- end }} - name: oru-app-config-volume configMap: name: oru-app-configmap