mirror of
https://github.com/traefik/traefik
synced 2026-02-03 11:10:33 +00:00
Fix kubernetes.md with correct http redirections
This commit is contained in:
@@ -101,11 +101,12 @@ ports:
|
|||||||
port: 80
|
port: 80
|
||||||
nodePort: 30000
|
nodePort: 30000
|
||||||
# Instructs this entry point to redirect all traffic to the 'websecure' entry point
|
# Instructs this entry point to redirect all traffic to the 'websecure' entry point
|
||||||
redirections:
|
http:
|
||||||
entryPoint:
|
redirections:
|
||||||
to: websecure
|
entryPoint:
|
||||||
scheme: https
|
to: websecure
|
||||||
permanent: true
|
scheme: https
|
||||||
|
permanent: true
|
||||||
|
|
||||||
# Defines the HTTPS entry point named 'websecure'
|
# Defines the HTTPS entry point named 'websecure'
|
||||||
websecure:
|
websecure:
|
||||||
|
|||||||
Reference in New Issue
Block a user