Edit deployment.yaml

This commit is contained in:
izuddin
2026-08-27 01:52:37 +00:00
parent e3cc7ceea2
commit fd948e1f2c
+5
View File
@@ -24,6 +24,11 @@ spec:
- name: nginx-config-volume
mountPath: /etc/nginx/http.d/default.conf
subPath: default.conf
env:
{{- range $key, $value := .Values.env }}
- name: {{ $key }}
value: {{ $value | quote }}
{{- end }}
volumes:
- name: nginx-config-volume
configMap: