Argo/apps/templates/traefik.yaml

21 lines
448 B
YAML
Raw Normal View History

2022-06-01 01:01:19 +02:00
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
2022-06-01 01:15:51 +02:00
name: traefik
namespace: traefik
2022-06-01 22:46:38 +02:00
# finalizers:
# - resources-finalizer.argocd.argoproj.io
2022-06-01 01:01:19 +02:00
spec:
destination:
2022-06-01 01:07:10 +02:00
server: https://kubernetes.default.svc
2022-06-01 01:15:51 +02:00
namespace: traefik
2022-06-01 01:07:10 +02:00
project: default
source:
2022-06-03 20:29:25 +02:00
chart: Charts/traefik
repoURL: https://git.roxedus.dev/Roxedus/Argo.git
2022-06-01 22:44:25 +02:00
targetRevision: HEAD
2022-06-01 01:07:10 +02:00
syncPolicy:
automated:
prune: true
selfHeal: true