Remove unused pod-etc-apache volumes

This removes unused pod-etc-apache volumes from the charts that
use an apache sidecar container as a reverse proxy.

Change-Id: Ibafff3b53f9d3c20f5aed30d40ee6470cb515a8a
This commit is contained in:
Steve Wilkerson 2019-01-04 10:31:35 -06:00
parent 0b66795342
commit 30d2cf00d4
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