Merge "Remove unused pod-etc-apache volumes"

This commit is contained in:
Zuul 2019-01-07 19:40:20 +00:00 committed by Gerrit Code Review
commit 632742b5f7
4 changed files with 0 additions and 8 deletions

View File

@ -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

View File

@ -122,8 +122,6 @@ spec:
volumes:
- name: pod-etc-kibana
emptyDir: {}
- name: pod-etc-apache
emptyDir: {}
- name: kibana-bin
configMap:
name: kibana-bin

View File

@ -207,8 +207,6 @@ spec:
secret:
secretName: nagios-etc
defaultMode: 0444
- name: pod-etc-apache
emptyDir: {}
- name: nagios-bin
configMap:
name: nagios-bin

View File

@ -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