fix config examples in entrypoints.md
This commit is contained in:
parent
cff924f4fd
commit
f9f825163a
1 changed files with 13 additions and 10 deletions
|
|
@ -25,10 +25,11 @@ entryPoints:
|
||||||
|
|
||||||
websecure:
|
websecure:
|
||||||
address: :443
|
address: :443
|
||||||
tls: {}
|
http:
|
||||||
middlewares:
|
tls: {}
|
||||||
- auth@kubernetescrd
|
middlewares:
|
||||||
- strip@kubernetescrd
|
- auth@kubernetescrd
|
||||||
|
- strip@kubernetescrd
|
||||||
```
|
```
|
||||||
|
|
||||||
```toml tab="File (TOML)"
|
```toml tab="File (TOML)"
|
||||||
|
|
@ -151,18 +152,20 @@ are applied after the ones declared on the Entrypoint)
|
||||||
entryPoints:
|
entryPoints:
|
||||||
web:
|
web:
|
||||||
address: :80
|
address: :80
|
||||||
middlewares:
|
http:
|
||||||
- auth@kubernetescrd
|
middlewares:
|
||||||
- strip@file
|
- auth@kubernetescrd
|
||||||
|
- strip@file
|
||||||
```
|
```
|
||||||
|
|
||||||
```yaml tab="Helm Chart Values"
|
```yaml tab="Helm Chart Values"
|
||||||
ports:
|
ports:
|
||||||
web:
|
web:
|
||||||
port: :80
|
port: :80
|
||||||
middlewares:
|
http:
|
||||||
- auth@kubernetescrd
|
middlewares:
|
||||||
- strip@file
|
- auth@kubernetescrd
|
||||||
|
- strip@file
|
||||||
```
|
```
|
||||||
|
|
||||||
### encodeQuerySemicolons
|
### encodeQuerySemicolons
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue