feat: add monitoring
This commit is contained in:
parent
4c3d6160bf
commit
61e3cef4b5
4 changed files with 158 additions and 0 deletions
18
_apps/kissj-monitoring.yml
Normal file
18
_apps/kissj-monitoring.yml
Normal 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
|
||||
Reference in a new issue