30 lines
661 B
YAML
30 lines
661 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: kube-prometheus-stack
|
|
namespace: argocd
|
|
spec:
|
|
project: agentic-os
|
|
source:
|
|
chart: kube-prometheus-stack
|
|
repoURL: https://prometheus-community.github.io/helm-charts
|
|
targetRevision: 84.4.0
|
|
helm:
|
|
values: |
|
|
prometheus:
|
|
prometheusSpec:
|
|
retention: 15d
|
|
grafana:
|
|
enabled: true
|
|
alertmanager:
|
|
enabled: true
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: observability
|
|
syncPolicy:
|
|
automated:
|
|
prune: false
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|