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 }}
|
mountPath: {{ .Values.conf.elasticsearch.config.path.data }}
|
||||||
{{ if $mounts_elasticsearch.volumeMounts }}{{ toYaml $mounts_elasticsearch.volumeMounts | indent 12 }}{{ end }}
|
{{ if $mounts_elasticsearch.volumeMounts }}{{ toYaml $mounts_elasticsearch.volumeMounts | indent 12 }}{{ end }}
|
||||||
volumes:
|
volumes:
|
||||||
- name: pod-etc-apache
|
|
||||||
emptyDir: {}
|
|
||||||
- name: elasticsearch-config
|
- name: elasticsearch-config
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
- name: elasticsearch-logs
|
- name: elasticsearch-logs
|
||||||
|
@ -122,8 +122,6 @@ spec:
|
|||||||
volumes:
|
volumes:
|
||||||
- name: pod-etc-kibana
|
- name: pod-etc-kibana
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
- name: pod-etc-apache
|
|
||||||
emptyDir: {}
|
|
||||||
- name: kibana-bin
|
- name: kibana-bin
|
||||||
configMap:
|
configMap:
|
||||||
name: kibana-bin
|
name: kibana-bin
|
||||||
|
@ -207,8 +207,6 @@ spec:
|
|||||||
secret:
|
secret:
|
||||||
secretName: nagios-etc
|
secretName: nagios-etc
|
||||||
defaultMode: 0444
|
defaultMode: 0444
|
||||||
- name: pod-etc-apache
|
|
||||||
emptyDir: {}
|
|
||||||
- name: nagios-bin
|
- name: nagios-bin
|
||||||
configMap:
|
configMap:
|
||||||
name: nagios-bin
|
name: nagios-bin
|
||||||
|
@ -184,8 +184,6 @@ spec:
|
|||||||
mountPath: /var/lib/prometheus/data
|
mountPath: /var/lib/prometheus/data
|
||||||
{{ if $mounts_prometheus.volumeMounts }}{{ toYaml $mounts_prometheus.volumeMounts | indent 12 }}{{ end }}
|
{{ if $mounts_prometheus.volumeMounts }}{{ toYaml $mounts_prometheus.volumeMounts | indent 12 }}{{ end }}
|
||||||
volumes:
|
volumes:
|
||||||
- name: pod-etc-apache
|
|
||||||
emptyDir: {}
|
|
||||||
- name: etcprometheus
|
- name: etcprometheus
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
- name: rulesprometheus
|
- name: rulesprometheus
|
||||||
|
Loading…
Reference in New Issue
Block a user