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 22 additions and 0 deletions
Showing only changes of commit 44cc3d847d - Show all commits
@@ -82,4 +82,15 @@ podSecurityContext:
seccompProfile:
type: RuntimeDefault
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop: [ALL]
add: [NET_BIND_SERVICE]
readOnlyRootFilesystem: true
ports:
websecure:
port: 443
enabled: true
@@ -82,4 +82,15 @@ podSecurityContext:
seccompProfile:
type: RuntimeDefault
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop: [ALL]
add: [NET_BIND_SERVICE]
readOnlyRootFilesystem: true
ports:
websecure:
port: 443
enabled: true