From 84575b6129bf3be7366457cb022a3b4a917acd15 Mon Sep 17 00:00:00 2001 From: Andrei Kartashov Date: Sun, 24 Sep 2023 22:25:24 +0700 Subject: [PATCH] ingress-nginx: enable ssl passthrough --- state/gullfaxi/system/ingress-nginx/application.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/state/gullfaxi/system/ingress-nginx/application.yaml b/state/gullfaxi/system/ingress-nginx/application.yaml index 381098b..b71c43b 100644 --- a/state/gullfaxi/system/ingress-nginx/application.yaml +++ b/state/gullfaxi/system/ingress-nginx/application.yaml @@ -34,6 +34,8 @@ spec: # port forwarding on router http: 30080 https: 30443 + extraArgs: + enable-ssl-passthrough: "" defaultBackend: service: omitClusterIP: true