22 lines
462 B
YAML
22 lines
462 B
YAML
|
---
|
||
|
apiVersion: argoproj.io/v1alpha1
|
||
|
kind: Application
|
||
|
metadata:
|
||
|
name: prometheus
|
||
|
namespace: argocd
|
||
|
spec:
|
||
|
project: default
|
||
|
source:
|
||
|
repoURL: "oci://ghcr.io/prometheus-community/charts/prometheus"
|
||
|
chart: "prometheus"
|
||
|
targetRevision: "27.31.0"
|
||
|
destination:
|
||
|
server: "https://kubernetes.default.svc"
|
||
|
namespace: monitoring
|
||
|
syncPolicy:
|
||
|
automated:
|
||
|
prune: true
|
||
|
selfHeal: true
|
||
|
syncOptions:
|
||
|
- CreateNamespace=true
|