moved prometheus

This commit is contained in:
AB
2025-11-07 15:40:25 +02:00
parent 860f83445a
commit eda944741e
6 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,22 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: prom-stack
namespace: argocd
spec:
project: core
destination:
namespace: prometheus
server: https://kubernetes.default.svc
source:
repoURL: ssh://git@gt.hexor.cy:30022/ab/homelab.git
targetRevision: HEAD
path: k8s/core/prom-stack
syncPolicy:
automated:
selfHeal: true
prune: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true