diff --git a/base/prometheus/promehteus-namespace.yaml b/base/prometheus/promehteus-namespace.yaml index 254a734..d325236 100644 --- a/base/prometheus/promehteus-namespace.yaml +++ b/base/prometheus/promehteus-namespace.yaml @@ -1,4 +1,4 @@ apiVersion: v1 kind: Namespace metadata: - name: prometheus-ns + name: monitoring diff --git a/prometheus/prometheous-operator-helmrelease.yaml b/prometheus/prometheous-operator-helmrelease.yaml index 4584198..cb0f33f 100644 --- a/prometheus/prometheous-operator-helmrelease.yaml +++ b/prometheus/prometheous-operator-helmrelease.yaml @@ -2,13 +2,13 @@ apiVersion: helm.toolkit.fluxcd.io/v2beta1 kind: HelmRelease metadata: name: kube-prometheus-stack - namespace: prometheus-ns + namespace: monitoring spec: interval: 1m chart: spec: chart: kube-prometheus-stack - version: "" # Specify the version you want to deploy + version: "58.7.2" sourceRef: kind: HelmRepository name: prometheus-community