rst
This commit is contained in:
parent
6680390312
commit
334d6bc4ba
@ -299,7 +299,7 @@ traefik:
|
|||||||
# liveness probes, but you can adjust its config to your liking
|
# liveness probes, but you can adjust its config to your liking
|
||||||
traefik:
|
traefik:
|
||||||
port: 9000
|
port: 9000
|
||||||
expose: false
|
expose: true
|
||||||
# The exposed port for this service
|
# The exposed port for this service
|
||||||
exposedPort: 9000
|
exposedPort: 9000
|
||||||
# The port protocol (TCP/UDP)
|
# The port protocol (TCP/UDP)
|
||||||
@ -307,8 +307,8 @@ traefik:
|
|||||||
web:
|
web:
|
||||||
port: 8000
|
port: 8000
|
||||||
# hostPort: 8000
|
# hostPort: 8000
|
||||||
expose: false
|
expose: true
|
||||||
exposedPort: 80
|
#exposedPort: 80
|
||||||
# The port protocol (TCP/UDP)
|
# The port protocol (TCP/UDP)
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
# Use nodeport if set. This is useful if you have configured Traefik in a
|
# Use nodeport if set. This is useful if you have configured Traefik in a
|
||||||
|
Loading…
Reference in New Issue
Block a user