Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Add metricbeat chart #127

Merged
merged 15 commits into from
Jul 8, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove data mount from the kube-state-metrics metricbeat
  • Loading branch information
Crazybus committed Jul 1, 2019
commit f4ff57ed89c8cc85e8cca9c3ee58b76838b505de
2 changes: 0 additions & 2 deletions metricbeat/examples/6.x/test/goss-metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ port:
- '127.0.0.1'

mount:
/usr/share/metricbeat/data:
exists: true
/usr/share/metricbeat/kube-state-metrics-metricbeat.yml:
exists: true
opts:
Expand Down
2 changes: 0 additions & 2 deletions metricbeat/examples/default/test/goss-metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ port:
- '127.0.0.1'

mount:
/usr/share/metricbeat/data:
exists: true
/usr/share/metricbeat/kube-state-metrics-metricbeat.yml:
exists: true
opts:
Expand Down
2 changes: 0 additions & 2 deletions metricbeat/examples/oss/test/goss-metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ port:
- '127.0.0.1'

mount:
/usr/share/metricbeat/data:
exists: true
/usr/share/metricbeat/kube-state-metrics-metricbeat.yml:
exists: true
opts:
Expand Down
2 changes: 0 additions & 2 deletions metricbeat/examples/security/test/goss-metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ port:
- '127.0.0.1'

mount:
/usr/share/metricbeat/data:
exists: true
/usr/share/metricbeat/kube-state-metrics-metricbeat.yml:
exists: true
opts:
Expand Down
4 changes: 0 additions & 4 deletions metricbeat/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ spec:
serviceAccountName: {{ template "serviceAccount" . }}
terminationGracePeriodSeconds: {{ .Values.terminationGracePeriod }}
volumes:
- name: data
mountPath: /usr/share/metricbeat/data
{{- range .Values.secretMounts }}
- name: {{ .name }}
secret:
Expand Down Expand Up @@ -103,8 +101,6 @@ spec:
{{ toYaml .Values.podSecurityContext | indent 10 }}
{{- end }}
volumeMounts:
- name: data
mountPath: /usr/share/metricbeat/data
{{- range .Values.secretMounts }}
- name: {{ .name }}
mountPath: {{ .path }}
Expand Down