1
0
mirror of https://github.com/rancher/rke.git synced 2025-08-01 07:08:38 +00:00

Merge pull request #559 from rawmind0/master

Fix: forced https redirection on ingress for rancher-minimal-passthrough configuration
This commit is contained in:
Alena Prokharchyk 2018-05-09 10:37:26 -07:00 committed by GitHub
commit f4c1b104c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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> # FQDN to access cattle server