From 15e1769984ccd7181d2202f982a20a678eaf75f4 Mon Sep 17 00:00:00 2001 From: Ultradesu Date: Sat, 12 Apr 2025 14:14:48 +0100 Subject: [PATCH] Added prom-stack --- k8s/core/prometheus/app.yaml | 2 +- k8s/core/prometheus/kustomization.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/k8s/core/prometheus/app.yaml b/k8s/core/prometheus/app.yaml index 382c436..fd152d1 100644 --- a/k8s/core/prometheus/app.yaml +++ b/k8s/core/prometheus/app.yaml @@ -2,7 +2,7 @@ apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: prom-stack - namespace: prometheus + namespace: argocd spec: project: core destination: diff --git a/k8s/core/prometheus/kustomization.yaml b/k8s/core/prometheus/kustomization.yaml index b411261..fc8218b 100644 --- a/k8s/core/prometheus/kustomization.yaml +++ b/k8s/core/prometheus/kustomization.yaml @@ -7,10 +7,10 @@ resources: - external-secrets.yaml helmCharts: - - name: prometheus + - name: kube-prometheus-stack repo: https://prometheus-community.github.io/helm-charts version: 70.4.2 - releaseName: kube-prometheus-stack + releaseName: prometheus namespace: prometheus valuesFile: prom-values.yaml includeCRDs: true