stacks/kind/stacks/core/prometheus.yaml
Richard Robert Reitz 24ed43ec46 first commit
2024-11-20 15:18:39 +01:00

27 lines
No EOL
647 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: prometheus
namespace: argocd
labels:
env: dev
spec:
project: default
syncPolicy:
automated:
selfHeal: true
syncOptions:
- CreateNamespace=true
destination:
name: in-cluster
namespace: monitoring
sources:
- repoURL: https://github.com/prometheus-community/helm-charts
path: charts/prometheus
targetRevision: HEAD
helm:
valueFiles:
- $values/stacks/core/prometheus/values.yaml
- repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder-shoot
targetRevision: HEAD
ref: values