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 26 additions and 0 deletions
@@ -82,4 +82,17 @@ podSecurityContext:
seccompProfile:
type: RuntimeDefault
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop: [ALL]
add: [NET_BIND_SERVICE]
readOnlyRootFilesystem: true
ports:
web:
port: 80
websecure:
port: 443
enabled: true
@@ -82,4 +82,17 @@ podSecurityContext:
seccompProfile:
type: RuntimeDefault
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop: [ALL]
add: [NET_BIND_SERVICE]
readOnlyRootFilesystem: true
ports:
web:
port: 80
websecure:
port: 443
enabled: true