diff --git a/apps/traefik/application.yaml b/apps/traefik/application.yaml index bd9d14a..09f9cb6 100644 --- a/apps/traefik/application.yaml +++ b/apps/traefik/application.yaml @@ -22,10 +22,15 @@ spec: namespace: traefik syncPolicy: automated: - prune: false - selfHeal: false + prune: true + selfHeal: true syncOptions: - CreateNamespace=true - PruneLast=true - PrunePropagationPolicy=foreground - - Replace=true \ No newline at end of file + retry: + limit: 5 + backoff: + duration: 5s + factor: 2 + maxDuration: 3m \ No newline at end of file