Files
homelab/argocd/templates/traefik.yaml
DeveloperDurp 6d243e18c3 Update 3 files
- /argocd/templates/traefik.yaml
- /traefik/values.yaml
- /traefik/Chart.yaml
2023-04-09 22:51:54 +00:00

21 lines
409 B
YAML

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