This commit is contained in:
Steffen Illium 2024-04-26 18:26:38 +02:00
parent 9ebd282d7c
commit 2355fcb88b
2 changed files with 3 additions and 3 deletions

View File

@ -34,8 +34,8 @@ spec:
- --entrypoints.dns.address=:53/udp
- --entrypoints.web-local.address=:80/tcp
- "--entrypoints.web-local.http.redirections.entrypoint.to=websecure-local"
- "--entrypoints.web-local.http.redirections.entrypoint.scheme=https"
- --entrypoints.web-local.http.redirections.entrypoint.to=websecure-local
- --entrypoints.web-local.http.redirections.entrypoint.scheme=https
- --entrypoints.websecure-local.address=:443/tcp
- --entrypoints.websecure-local.http.middlewares=traefik-no-auth-chain

View File

@ -39,7 +39,7 @@ spec:
ports:
# Front
- name: websecure
port: 443
port: 8443
protocol: TCP
targetPort: websecure-front
nodePort: 30443