mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 07:50:29 -05:00
enable monitoring
This commit is contained in:
parent
6d08724342
commit
7485178162
1 changed files with 21 additions and 21 deletions
|
|
@ -1,21 +1,21 @@
|
||||||
#apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
#kind: Application
|
kind: Application
|
||||||
#metadata:
|
metadata:
|
||||||
# name: kube-prometheus-stack
|
name: kube-prometheus-stack
|
||||||
# namespace: argocd
|
namespace: argocd
|
||||||
#spec:
|
spec:
|
||||||
# project: default
|
project: default
|
||||||
# source:
|
source:
|
||||||
# repoURL: https://github.com/DeveloperDurp/homelab.git
|
repoURL: https://github.com/DeveloperDurp/homelab.git
|
||||||
# targetRevision: main
|
targetRevision: main
|
||||||
# path: kube-prometheus-stack
|
path: kube-prometheus-stack
|
||||||
# destination:
|
destination:
|
||||||
# namespace: kube-prometheus-stack
|
namespace: kube-prometheus-stack
|
||||||
# name: in-cluster
|
name: in-cluster
|
||||||
# syncPolicy:
|
syncPolicy:
|
||||||
# automated:
|
automated:
|
||||||
# prune: true
|
prune: true
|
||||||
# selfHeal: true
|
selfHeal: true
|
||||||
# syncOptions:
|
syncOptions:
|
||||||
# - CreateNamespace=true
|
- CreateNamespace=true
|
||||||
#
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue