Change exposed traefik port

This commit is contained in:
2023-10-30 08:55:26 -03:00
parent dd67de2dba
commit d401d42cd0

View File

@@ -637,7 +637,7 @@ ports:
# hostPort: 8443
# containerPort: 8443
expose: true
exposedPort: 443
exposedPort: 444
## -- Different target traefik port on the cluster, useful for IP type LB
# targetPort: 80
## -- The port protocol (TCP/UDP)
@@ -669,7 +669,7 @@ ports:
## Set TLS at the entrypoint
## https://doc.traefik.io/traefik/routing/entrypoints/#tls
tls:
enabled: true
enabled: false
# this is the name of a TLSOption definition
options: ""
certResolver: ""