move prometheus to its own config
This commit is contained in:
@@ -20,6 +20,7 @@ resources:
|
||||
- traefik/
|
||||
- external-dns/
|
||||
- external-services/
|
||||
- prometheus/application.yaml
|
||||
|
||||
# simple apps
|
||||
- adguard/
|
||||
|
19
kluster-deployments/prometheus/application.yaml
Normal file
19
kluster-deployments/prometheus/application.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
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
|
Reference in New Issue
Block a user