change entrypoint port
This commit is contained in:
@ -32,7 +32,6 @@ spec:
|
|||||||
- --entrypoints.metrics.address=:9100/tcp
|
- --entrypoints.metrics.address=:9100/tcp
|
||||||
- --entrypoints.traefik.address=:9000/tcp
|
- --entrypoints.traefik.address=:9000/tcp
|
||||||
- --entrypoints.dns.address=:53/udp
|
- --entrypoints.dns.address=:53/udp
|
||||||
- --entrypoints.dav.address=:81/udp
|
|
||||||
|
|
||||||
- --entrypoints.web-local.address=:80/tcp
|
- --entrypoints.web-local.address=:80/tcp
|
||||||
- --entrypoints.web-local.http.redirections.entrypoint.to=websecure-local
|
- --entrypoints.web-local.http.redirections.entrypoint.to=websecure-local
|
||||||
@ -101,9 +100,6 @@ spec:
|
|||||||
- containerPort: 53
|
- containerPort: 53
|
||||||
name: dns
|
name: dns
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
- containerPort: 8081
|
|
||||||
name: webdav
|
|
||||||
protocol: TCP
|
|
||||||
- containerPort: 9100
|
- containerPort: 9100
|
||||||
name: metrics
|
name: metrics
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
Reference in New Issue
Block a user