Fix documentation to match new gateway-api selector syntax
This commit is contained in:
parent
3b33ffa245
commit
50f95dd909
3 changed files with 13 additions and 6 deletions
|
|
@ -325,11 +325,13 @@ kubectl create secret tls whoami-tls --cert=tls.crt --key=tls.key
|
|||
web:
|
||||
port: 80
|
||||
protocol: HTTP
|
||||
namespacePolicy: All
|
||||
namespacePolicy:
|
||||
from: All
|
||||
websecure:
|
||||
port: 443
|
||||
protocol: HTTPS
|
||||
namespacePolicy: All
|
||||
namespacePolicy:
|
||||
from: All
|
||||
mode: Terminate
|
||||
certificateRefs:
|
||||
- kind: Secret
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue