Files
homelab/k8s/apps/vpn/app.yaml

22 lines
421 B
YAML
Raw Permalink Normal View History

2025-04-06 18:58:19 +01:00
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: vpn
namespace: argocd
spec:
2025-04-12 13:33:27 +01:00
project: apps
2025-04-06 18:58:19 +01:00
destination:
namespace: vpn
server: https://kubernetes.default.svc
source:
repoURL: ssh://git@gt.hexor.cy:30022/ab/homelab.git
targetRevision: HEAD
path: k8s/apps/vpn
syncPolicy:
automated:
selfHeal: true
prune: true
syncOptions:
- CreateNamespace=true