From 58168e0a5011f29ee10fbc0c401c0c1d9e4ef936 Mon Sep 17 00:00:00 2001 From: rawmind0 Date: Mon, 30 Apr 2018 13:51:05 +0200 Subject: [PATCH] Fix: forced https redirection on ingress for rancher-minimal-passthrough configuration --- rancher-minimal-passthrough.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/rancher-minimal-passthrough.yml b/rancher-minimal-passthrough.yml index 048b7e7d..bb7f1028 100644 --- a/rancher-minimal-passthrough.yml +++ b/rancher-minimal-passthrough.yml @@ -68,6 +68,7 @@ addons: |- nginx.ingress.kubernetes.io/proxy-read-timeout: "1800" # Max time in seconds for ws to remain shell window open nginx.ingress.kubernetes.io/proxy-send-timeout: "1800" # Max time in seconds for ws to remain shell window open nginx.ingress.kubernetes.io/ssl-passthrough: "true" # Enable ssl-passthrough to backend. + nginx.ingress.kubernetes.io/force-ssl-redirect: "true" # Force redirect to ssl. spec: rules: - host: # FQDN to access cattle server