Change exposed traefik port
This commit is contained in:
@@ -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: ""
|
||||
|
||||
Reference in New Issue
Block a user