Edit deployment.yaml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user