Improve redirectScheme documentation
This commit is contained in:
parent
abdb5cc6cb
commit
c52c40f061
1 changed files with 4 additions and 2 deletions
|
@ -208,7 +208,7 @@ metadata:
|
|||
spec:
|
||||
redirectScheme:
|
||||
# ...
|
||||
port: 443
|
||||
port: "443"
|
||||
```
|
||||
|
||||
```yaml tab="Consul Catalog"
|
||||
|
@ -247,5 +247,7 @@ http:
|
|||
test-redirectscheme:
|
||||
redirectScheme:
|
||||
# ...
|
||||
port: 443
|
||||
port: "443"
|
||||
```
|
||||
|
||||
!!! info "Port in this configuration is a string, not a numeric value."
|
||||
|
|
Loading…
Reference in a new issue