@tgraf I have a use case where I need to specify an L7 rule for some ports and allow L4 traffic to all the other ports. The policy rule could look something like this:
ingress:
- fromEndpoints:
- matchLabels: {}
toPorts:
- ports:
- port: "80"
protocol: TCP
rules:
http:
- method: ".*"
path: ".*"
- ports:
- port: any
protocol: any
@tgraf I have a use case where I need to specify an L7 rule for some ports and allow L4 traffic to all the other ports. The policy rule could look something like this: