Files
homelab/infra/argocd/templates/traefik.yaml
2025-03-11 05:18:52 -05:00

51 lines
986 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: infra/traefik
destination:
namespace: traefik
name: in-cluster
syncPolicy:
managedNamespaceMetadata:
labels:
istio-injection: enabled
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: traefik-dmz
namespace: argocd
spec:
project: default
source:
repoURL: https://gitlab.com/developerdurp/homelab.git
targetRevision: main
path: dmz/traefik
destination:
namespace: traefik
name: dmz
syncPolicy:
managedNamespaceMetadata:
labels:
istio-injection: enabled
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true