From c06d4fd8252805cb828440c2888bd30791d04f8b Mon Sep 17 00:00:00 2001 From: jad0s Date: Wed, 13 May 2026 20:08:16 +0200 Subject: [PATCH] fix(traefik): assign static external LB IP address --- manifests/traefik/helmchartconfig.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifests/traefik/helmchartconfig.yaml b/manifests/traefik/helmchartconfig.yaml index 8cd833f..a304cbc 100644 --- a/manifests/traefik/helmchartconfig.yaml +++ b/manifests/traefik/helmchartconfig.yaml @@ -11,3 +11,6 @@ spec: expose: true exposedPort: 22 protocol: TCP + service: + spec: + loadBalancerIP: 10.21.0.201