diff --git a/Charts/traefik/values.yaml b/Charts/traefik/values.yaml index b7dece2..5d986f7 100644 --- a/Charts/traefik/values.yaml +++ b/Charts/traefik/values.yaml @@ -299,7 +299,7 @@ traefik: # liveness probes, but you can adjust its config to your liking traefik: port: 9000 - expose: false + expose: true # The exposed port for this service exposedPort: 9000 # The port protocol (TCP/UDP) @@ -307,8 +307,8 @@ traefik: web: port: 8000 # hostPort: 8000 - expose: false - exposedPort: 80 + expose: true + #exposedPort: 80 # The port protocol (TCP/UDP) protocol: TCP # Use nodeport if set. This is useful if you have configured Traefik in a