Files
homelab/argocd/templates/traefik-mesh.yaml
2023-07-30 05:59:08 -05:00

21 lines
424 B
YAML

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