Fix kubernetes.md with correct http redirections

This commit is contained in:
Marten
2026-01-27 14:32:04 +01:00
committed by GitHub
parent 5c97bfbbbc
commit 121dfa6060
+6 -5
View File
@@ -101,11 +101,12 @@ ports:
port: 80
nodePort: 30000
# Instructs this entry point to redirect all traffic to the 'websecure' entry point
redirections:
entryPoint:
to: websecure
scheme: https
permanent: true
http:
redirections:
entryPoint:
to: websecure
scheme: https
permanent: true
# Defines the HTTPS entry point named 'websecure'
websecure: