gf-k8s/main/apps/monitoring.yaml
2019-11-18 14:36:51 +07:00

21 lines
457 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: monitoring
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: monitoring
server: https://kubernetes.default.svc
project: default
source:
path: apps/system/monitoring
directory:
recurse: true
repoURL: git@github.com:gorilych/gf-k8s
syncPolicy:
automated:
prune: true
selfHeal: true