Skip to content

Commit

Permalink
feat(provisioning): moved metrics-server to monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario-F committed Jan 15, 2022
1 parent eaa7ebe commit 72dd7d4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
8 changes: 0 additions & 8 deletions provisioning/helmfiles/infra/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@ repositories:

releases:

- name: metrics-server
<<: *system
namespace: kube-system
chart: bitnami/metrics-server
version: 5.10.5
needs:
- monitoring-system/prometheus

- name: hcloud-cloud-controller-manager
<<: *system
namespace: hcloud-system
Expand Down
11 changes: 11 additions & 0 deletions provisioning/helmfiles/monitoring/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

repositories:

- name: bitnami
url: https://charts.bitnami.com/bitnami

- name: prometheus-community
url: https://prometheus-community.github.io/helm-charts

Expand All @@ -13,6 +16,14 @@ repositories:

releases:

- name: metrics-server
<<: *system
namespace: kube-system
chart: bitnami/metrics-server
version: 5.10.13
needs:
- monitoring-system/prometheus

{{- if $globalPrometheus | get "enabled" false }}
- name: prometheus
<<: *system
Expand Down

0 comments on commit 72dd7d4

Please sign in to comment.