Files
homelab/internalproxy/templates/durpapi.yaml
DeveloperDurp d9fb933076 Update 5 files
- /internalproxy/templates/heimdall.yaml
- /internalproxy/templates/durpapi.yaml
- /internalproxy/templates/kasm-ingress.yaml
- /internalproxy/templates/nexus.yaml
- /internalproxy/templates/registry.yaml
2023-06-09 01:53:13 +00:00

21 lines
409 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: durpapi
namespace: argocd
spec:
project: default
source:
repoURL: https://gitlab.com/developerdurp/homelab.git
targetRevision: main
path: durpapi
destination:
namespace: durpapi
name: in-cluster
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true