Files
homelab/k8s/core/prom-stack/app.yaml
2025-11-07 15:40:25 +02:00

23 lines
471 B
YAML

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