This commit is contained in:
Roxedus 2022-06-04 22:15:56 +02:00
parent 6680390312
commit 334d6bc4ba
Signed by: Roxedus
GPG Key ID: 9B4E311961C63639

View File

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