2024-02-15 18:16:38 +00:00
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
kind: Application
|
|
|
|
metadata:
|
|
|
|
name: kube-prometheus
|
|
|
|
namespace: argocd
|
|
|
|
spec:
|
|
|
|
destination:
|
|
|
|
namespace: monitoring
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
project: infra
|
|
|
|
source:
|
|
|
|
path: apps-kustomized/kube-prometheus
|
|
|
|
repoURL: https://git.martyn.berlin/martyn/infra4talos
|
|
|
|
targetRevision: HEAD
|
|
|
|
syncPolicy:
|
|
|
|
automated:
|
|
|
|
selfHeal: true
|
2024-02-15 18:24:20 +00:00
|
|
|
syncOptions:
|
|
|
|
- ServerSideApply=true
|