From 3495641bd21a661e32cc93bb778b8070c6381991 Mon Sep 17 00:00:00 2001 From: Vojtech Mares Date: Sun, 30 Jun 2024 14:42:46 +0200 Subject: [PATCH] feat(ingress-nginx): add externalTrafficPoliyc=Local to controller service --- apps/system/ingress-nginx.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/system/ingress-nginx.yaml b/apps/system/ingress-nginx.yaml index ad288e1..b0f22df 100644 --- a/apps/system/ingress-nginx.yaml +++ b/apps/system/ingress-nginx.yaml @@ -32,6 +32,7 @@ spec: rollingUpdate: maxUnavailable: 1 service: + externalTrafficPolicy: Local type: NodePort nodePorts: http: "32080"