fix(traefik): listen on port 443 directly for Gateway API compatibility #138

Merged
unkinben merged 2 commits from benvin/fix-gateway-listener-port into main 2026-05-23 00:44:14 +10:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit 587743a305 - Show all commits
@@ -90,6 +90,8 @@ securityContext:
readOnlyRootFilesystem: true
ports:
web:
port: 80
websecure:
port: 443
@@ -90,6 +90,8 @@ securityContext:
readOnlyRootFilesystem: true
ports:
web:
port: 80
websecure:
port: 443