fix: allow egress to authentik pod port 9000, not service port 80
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user