diff --git a/elasticsearch/templates/deployment-client.yaml b/elasticsearch/templates/deployment-client.yaml index ce5e8e396..20776f51a 100644 --- a/elasticsearch/templates/deployment-client.yaml +++ b/elasticsearch/templates/deployment-client.yaml @@ -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 diff --git a/kibana/templates/deployment.yaml b/kibana/templates/deployment.yaml index 8bba187ce..8a3e6a868 100644 --- a/kibana/templates/deployment.yaml +++ b/kibana/templates/deployment.yaml @@ -122,8 +122,6 @@ spec: volumes: - name: pod-etc-kibana emptyDir: {} - - name: pod-etc-apache - emptyDir: {} - name: kibana-bin configMap: name: kibana-bin diff --git a/nagios/templates/deployment.yaml b/nagios/templates/deployment.yaml index 2b0a7e4b3..bf56cac68 100644 --- a/nagios/templates/deployment.yaml +++ b/nagios/templates/deployment.yaml @@ -207,8 +207,6 @@ spec: secret: secretName: nagios-etc defaultMode: 0444 - - name: pod-etc-apache - emptyDir: {} - name: nagios-bin configMap: name: nagios-bin diff --git a/prometheus/templates/statefulset.yaml b/prometheus/templates/statefulset.yaml index 56cfb55e4..5b0184a26 100644 --- a/prometheus/templates/statefulset.yaml +++ b/prometheus/templates/statefulset.yaml @@ -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