1
0
Fork 0

Fix documentation to match new gateway-api selector syntax

This commit is contained in:
Firespray-31 2025-08-21 23:30:07 +10:00 committed by GitHub
parent 3b33ffa245
commit 50f95dd909
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 13 additions and 6 deletions

View file

@ -162,12 +162,14 @@ gateway:
web: # HTTP listener that matches entryPoint `web`
port: 80
protocol: HTTP
namespacePolicy: All
namespacePolicy:
from: All
websecure: # HTTPS listener that matches entryPoint `websecure`
port: 443
protocol: HTTPS # TLS terminates inside Traefik
namespacePolicy: All
namespacePolicy:
from: All
mode: Terminate
certificateRefs:
- kind: Secret