22 lines
522 B
YAML
22 lines
522 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: prometheus-application
|
|
namespace: argocd
|
|
|
|
spec:
|
|
project: infrastructure
|
|
source:
|
|
repoURL: git@github.com:moll-re/bootstrap-k3s-infra.git
|
|
targetRevision: main
|
|
path: infrastructure/prometheus
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: monitoring
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- Replace=true
|
|
# because the prom crds exceed the default 256Ki limit |