From 6232b770265a367659dff80d70651ce743a38c67 Mon Sep 17 00:00:00 2001 From: mr-forust Date: Tue, 9 Jun 2026 09:02:30 +0200 Subject: [PATCH] fix: traefik restart policy to fix port issue --- traefik/k8s/traefik-values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/traefik/k8s/traefik-values.yaml b/traefik/k8s/traefik-values.yaml index e783f55..44e757a 100644 --- a/traefik/k8s/traefik-values.yaml +++ b/traefik/k8s/traefik-values.yaml @@ -17,6 +17,9 @@ api: dashboard: true insecure: true +updateStrategy: + type: Recreate + deployment: initContainers: - name: volume-permissions