fix: allow egress to authentik pod port 9000, not service port 80
This commit is contained in:
@@ -86,10 +86,11 @@ spec:
|
||||
- protocol: TCP
|
||||
port: 8080
|
||||
# Allow to Authentik for JWT validation (JWKS endpoint)
|
||||
# Service port 80 maps to pod port 9000
|
||||
- to:
|
||||
- namespaceSelector:
|
||||
matchLabels:
|
||||
kubernetes.io/metadata.name: iam
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 80
|
||||
port: 9000
|
||||
|
||||
Reference in New Issue
Block a user