fix(plugin): address kubernetes greptile timeouts

This commit is contained in:
Dotta
2026-05-12 12:45:46 -05:00
committed by Chris Farhood
parent 39d81c732c
commit 45621aac53
5 changed files with 22 additions and 10 deletions
@@ -92,6 +92,7 @@ export function buildNetworkPolicyManifests(input: BuildNetworkPolicyInput): Rec
: []),
...input.egressAllowCidrs.map((cidr) => ({
to: [{ ipBlock: { cidr } }],
ports: [{ protocol: "TCP", port: 443 }],
})),
],
},