Files
homelab/master/argocd/templates/InternalProxy.yaml
2025-03-20 06:13:38 -05:00

24 lines
517 B
YAML

#apiVersion: argoproj.io/v1alpha1
#kind: Application
#metadata:
# name: internalproxy
# namespace: argocd
#spec:
# project: default
# source:
# repoURL: https://gitlab.com/developerdurp/homelab.git
# targetRevision: main
# path: master/internalproxy
# directory:
# recurse: true
# destination:
# server: https://kubernetes.default.svc
# namespace: internalproxy
# syncPolicy:
# automated:
# prune: true
# selfHeal: true
# syncOptions:
# - CreateNamespace=true
#