Skip to content

Commit

Permalink
update deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Syntax3rror404 committed Jan 11, 2024
1 parent 8ac6751 commit 97ebe23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ spec:
path: /
port: http
volumeMounts:
- name: config-volume
- name: nginx-config-volume
mountPath: /etc/nginx/nginx.conf
subPath: nginx.conf
- name: confd-volume
- name: nginx-vhostconfig-volume
mountPath: /etc/nginx/conf.d
{{- if .Values.configMap.enabled }}
- name: config-volume
Expand All @@ -43,10 +43,10 @@ spec:
mountPath: {{ .mountPath }}
{{- end }}
volumes:
- name: config-volume
- name: nginx-config-volume
configMap:
name: nginx-conf
- name: confd-volume
- name: nginx-vhostconfig-volume
configMap:
name: nginx-confd
{{- if .Values.configMap.enabled }}
Expand Down

0 comments on commit 97ebe23

Please sign in to comment.