1
0
Fork 0

feat: add monitoring

This commit is contained in:
Vojtěch Mareš 2022-09-03 10:58:09 +02:00
parent 4c3d6160bf
commit 61e3cef4b5
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
4 changed files with 158 additions and 0 deletions

View file

@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: kissj-monitoring
namespace: argocd
spec:
destination:
namespace: kissj-monitoring
server: https://kubernetes.default.svc
project: kissj
source:
path: monitoring
repoURL: https://gitlab.mareshq.com/gitops/skautdevs/kissj.git
targetRevision: HEAD
syncPolicy:
automated:
prune: true
selfHeal: true