fix: allow egress to k8s API server in network policy
CI / Vet, test, build (push) Successful in 2m4s
CI / Build and push image (push) Canceled after 0s

This commit is contained in:
Admin Bot
2026-08-26 16:16:09 -07:00
parent f199724b0a
commit 18678e988e
+7
View File
@@ -30,6 +30,13 @@ spec:
- protocol: TCP - protocol: TCP
port: 8080 port: 8080
egress: egress:
# Allow Kubernetes API server (ServiceAdapter CRD loader)
- to:
- ipBlock:
cidr: 10.96.0.1/32
ports:
- protocol: TCP
port: 443
# Allow DNS # Allow DNS
- to: - to:
- namespaceSelector: - namespaceSelector: