diff --git a/services/monitoring/deploy/prometheus/helm/helm-release.yaml b/services/monitoring/deploy/prometheus/helm/helm-release.yaml index e7384b4..1b16d97 100644 --- a/services/monitoring/deploy/prometheus/helm/helm-release.yaml +++ b/services/monitoring/deploy/prometheus/helm/helm-release.yaml @@ -1,7 +1,7 @@ apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: - name: monitoring + name: prometheus-stack spec: releaseName: prometheus-stack interval: 40h diff --git a/services/monitoring/deploy/promtail/helm-release.yaml b/services/monitoring/deploy/promtail/helm-release.yaml index 5c7b792..3d95a81 100644 --- a/services/monitoring/deploy/promtail/helm-release.yaml +++ b/services/monitoring/deploy/promtail/helm-release.yaml @@ -1,7 +1,7 @@ apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: - name: monitoring + name: promtail spec: releaseName: promtail interval: 40h @@ -11,7 +11,7 @@ spec: version: 6.x.x sourceRef: kind: HelmRepository - name: https://grafana.github.io/helm-charts + name: grafana interval: 40h valuesFrom: - kind: Secret