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:
commit
f4c1b104c4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user