Merge "Remove unused pod-etc-apache volumes"
This commit is contained in:
commit
632742b5f7
@ -208,8 +208,6 @@ spec:
|
||||
mountPath: {{ .Values.conf.elasticsearch.config.path.data }}
|
||||
{{ if $mounts_elasticsearch.volumeMounts }}{{ toYaml $mounts_elasticsearch.volumeMounts | indent 12 }}{{ end }}
|
||||
volumes:
|
||||
- name: pod-etc-apache
|
||||
emptyDir: {}
|
||||
- name: elasticsearch-config
|
||||
emptyDir: {}
|
||||
- name: elasticsearch-logs
|
||||
|
@ -122,8 +122,6 @@ spec:
|
||||
volumes:
|
||||
- name: pod-etc-kibana
|
||||
emptyDir: {}
|
||||
- name: pod-etc-apache
|
||||
emptyDir: {}
|
||||
- name: kibana-bin
|
||||
configMap:
|
||||
name: kibana-bin
|
||||
|
@ -207,8 +207,6 @@ spec:
|
||||
secret:
|
||||
secretName: nagios-etc
|
||||
defaultMode: 0444
|
||||
- name: pod-etc-apache
|
||||
emptyDir: {}
|
||||
- name: nagios-bin
|
||||
configMap:
|
||||
name: nagios-bin
|
||||
|
@ -184,8 +184,6 @@ spec:
|
||||
mountPath: /var/lib/prometheus/data
|
||||
{{ if $mounts_prometheus.volumeMounts }}{{ toYaml $mounts_prometheus.volumeMounts | indent 12 }}{{ end }}
|
||||
volumes:
|
||||
- name: pod-etc-apache
|
||||
emptyDir: {}
|
||||
- name: etcprometheus
|
||||
emptyDir: {}
|
||||
- name: rulesprometheus
|
||||
|
Loading…
Reference in New Issue
Block a user