fix: allow egress to authentik pod port 9000, not service port 80
CI / Vet, test, build (push) Successful in 3m46s
CI / Build and push image (push) Successful in 1m15s

This commit is contained in:
Admin Bot
2026-09-03 20:58:27 -07:00
parent a11a609985
commit e1ab49dcdc
+2 -1
View File
@@ -86,10 +86,11 @@ spec:
- protocol: TCP - protocol: TCP
port: 8080 port: 8080
# Allow to Authentik for JWT validation (JWKS endpoint) # Allow to Authentik for JWT validation (JWKS endpoint)
# Service port 80 maps to pod port 9000
- to: - to:
- namespaceSelector: - namespaceSelector:
matchLabels: matchLabels:
kubernetes.io/metadata.name: iam kubernetes.io/metadata.name: iam
ports: ports:
- protocol: TCP - protocol: TCP
port: 80 port: 9000