Files
homelab/k8s/desktop/khm/app.yaml
AB-UK 28d5bcfabd
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 17s
Check with kubeconform / lint (push) Successful in 23s
Auto-update README / Generate README and Create MR (push) Successful in 7s
Added KHM desktop
2025-12-28 12:37:32 +00:00

19 lines
391 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: khm-client
namespace: argocd
spec:
project: desktop
destination:
namespace: default
server: https://kubernetes.default.svc
source:
repoURL: ssh://git@gt.hexor.cy:30022/ab/homelab.git
targetRevision: HEAD
path: k8s/desktop/khm
syncPolicy:
automated:
selfHeal: true
prune: true