Added prom-stack

This commit is contained in:
Ultradesu
2025-04-12 14:14:48 +01:00
parent 3fbcd0db31
commit 15e1769984
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ apiVersion: argoproj.io/v1alpha1
kind: Application kind: Application
metadata: metadata:
name: prom-stack name: prom-stack
namespace: prometheus namespace: argocd
spec: spec:
project: core project: core
destination: destination:

View File

@ -7,10 +7,10 @@ resources:
- external-secrets.yaml - external-secrets.yaml
helmCharts: helmCharts:
- name: prometheus - name: kube-prometheus-stack
repo: https://prometheus-community.github.io/helm-charts repo: https://prometheus-community.github.io/helm-charts
version: 70.4.2 version: 70.4.2
releaseName: kube-prometheus-stack releaseName: prometheus
namespace: prometheus namespace: prometheus
valuesFile: prom-values.yaml valuesFile: prom-values.yaml
includeCRDs: true includeCRDs: true