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