templates/deployment.yaml を更新
This commit is contained in:
@@ -277,6 +277,8 @@ spec:
|
||||
volumeMounts:
|
||||
- name: wordpress-core
|
||||
mountPath: /var/www/html
|
||||
- name: wordpress-persistent
|
||||
mountPath: /var/www/html-persistent
|
||||
resources:
|
||||
{{- toYaml .Values.resources.wordpress | nindent 12 }}
|
||||
volumes:
|
||||
@@ -303,4 +305,4 @@ spec:
|
||||
{{- with .Values.tolerations }}
|
||||
tolerations:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user