X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=it%2Fotf.git;a=blobdiff_plain;f=otf-ping-test-head%2Fhelm%2Fotf-ping-test-head%2Ftemplates%2Fdeployment.yaml;fp=otf-ping-test-head%2Fhelm%2Fotf-ping-test-head%2Ftemplates%2Fdeployment.yaml;h=1081524d41b4b7823a4e889ce520e610a661e870;hp=0a0455cc772cea9ba44b8562a6f5a1efdf2ab87b;hb=511121c6c7d682288fd3fc72666db8f2221b72ae;hpb=dd4692fd283776fc68443433bfda98c41c55303b diff --git a/otf-ping-test-head/helm/otf-ping-test-head/templates/deployment.yaml b/otf-ping-test-head/helm/otf-ping-test-head/templates/deployment.yaml index 0a0455c..1081524 100644 --- a/otf-ping-test-head/helm/otf-ping-test-head/templates/deployment.yaml +++ b/otf-ping-test-head/helm/otf-ping-test-head/templates/deployment.yaml @@ -1,4 +1,4 @@ -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: {{ .Values.appName}} @@ -32,15 +32,15 @@ spec: {{ end }} serviceAccount: default volumes: - - name: {{ .Values.appName}}-cert-volume - secret: - secretName: {{.Values.sharedCert}} - optional: true - items: - - key: PEM_CERT - path: otf.pem - - key: PEM_KEY - path: privateKey.pem +# - name: {{ .Values.appName}}-cert-volume +# secret: +# secretName: {{.Values.sharedCert}} +# optional: true +# items: +# - key: PEM_CERT +# path: otf.pem +# - key: PEM_KEY +# path: privateKey.pem {{ if or (eq .Values.env "st") (eq .Values.env "prod-dr")}} {{else}} - name: logging-pvc @@ -85,8 +85,8 @@ spec: - name: APP_VERSION value: {{.Values.version}} volumeMounts: - - name: {{.Values.appName}}-cert-volume - mountPath: /opt/cert +# - name: {{.Values.appName}}-cert-volume +# mountPath: /opt/cert {{ if or (eq .Values.env "st") (eq .Values.env "prod-dr")}} {{else}} - name: logging-pvc