Improve redirectScheme documentation

This commit is contained in:
Daniel Tomcej 2020-05-14 08:30:06 -07:00 committed by GitHub
parent abdb5cc6cb
commit c52c40f061
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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."