entrypoint defined
This commit is contained in:
parent
9f0cb521e9
commit
58db691a4d
@ -25,6 +25,7 @@ spec:
|
|||||||
args:
|
args:
|
||||||
- --global.sendanonymoususage=false
|
- --global.sendanonymoususage=false
|
||||||
- --global.checknewversion=false
|
- --global.checknewversion=false
|
||||||
|
- --entrypoints.ftp.address=:21/tcp
|
||||||
- --entrypoints.dns.address=:53/udp
|
- --entrypoints.dns.address=:53/udp
|
||||||
- --entrypoints.metrics.address=:9100/tcp
|
- --entrypoints.metrics.address=:9100/tcp
|
||||||
- --entrypoints.traefik.address=:9000/tcp
|
- --entrypoints.traefik.address=:9000/tcp
|
||||||
@ -68,7 +69,7 @@ spec:
|
|||||||
timeoutSeconds: 2
|
timeoutSeconds: 2
|
||||||
name: traefik
|
name: traefik
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 53
|
- containerPort: 21
|
||||||
name: ftp
|
name: ftp
|
||||||
- containerPort: 53
|
- containerPort: 53
|
||||||
name: dns
|
name: dns
|
||||||
|
Loading…
x
Reference in New Issue
Block a user