fix: move network policies to where they belong

This commit is contained in:
2025-06-20 14:37:24 +02:00
parent 26479e157d
commit d5b860cf31
5 changed files with 0 additions and 13 deletions
@@ -0,0 +1,17 @@
apiVersion: cilium.io/v2
kind: CiliumNetworkPolicy
metadata:
name: allow-world-to-rabbitmq-http
namespace: rabbitmq
spec:
endpointSelector:
matchLabels:
app.kubernetes.io/name: rabbitmq
ingress:
- fromEntities:
- world
- toPorts:
- ports:
- port: "15672"
protocol: TCP