diff --git a/services/monitoring/deploy/prometheus/helm-release.yaml b/services/monitoring/deploy/prometheus/helm-release.yaml index 7535402..2374c0b 100644 --- a/services/monitoring/deploy/prometheus/helm-release.yaml +++ b/services/monitoring/deploy/prometheus/helm-release.yaml @@ -1,7 +1,7 @@ apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: - name: prometheus + name: kube-prometheus-stack spec: releaseName: prometheus interval: 1m diff --git a/services/monitoring/deploy/prometheus/helm-repo.yaml b/services/monitoring/deploy/prometheus/helm-repo.yaml index 720e4be..84d6367 100644 --- a/services/monitoring/deploy/prometheus/helm-repo.yaml +++ b/services/monitoring/deploy/prometheus/helm-repo.yaml @@ -1,7 +1,7 @@ apiVersion: source.toolkit.fluxcd.io/v1 kind: HelmRepository metadata: - name: prometheus-stack + name: prometheus spec: interval: 40h url: https://prometheus-community.github.io/helm-charts \ No newline at end of file