Edit deployment.yaml

This commit is contained in:
izuddin
2026-08-27 03:38:50 +00:00
parent ca36be56d9
commit 8a862b4cd7
+1 -1
View File
@@ -19,7 +19,7 @@ spec:
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy | default "Always" }}
ports:
- containerPort: {{ .Values.service.targetPort | default 80 }}
- containerPort: 80
volumeMounts:
- name: nginx-config-volume
mountPath: /etc/nginx/http.d/default.conf