Files
homelab/k8s/core/prom-stack/app.yaml
AB-UK 70ae7c9a50
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 11s
Check with kubeconform / lint (push) Successful in 6s
Auto-update README / Generate README and Create MR (push) Successful in 3s
Disable autosync
2026-01-08 16:23:22 +00:00

20 lines
417 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:
syncOptions:
- CreateNamespace=true
- ServerSideApply=true