fix: fix rabbitmq values

This commit is contained in:
2025-06-24 13:20:38 +02:00
parent 92a0e9e4a6
commit 9a1182bac9
7 changed files with 8 additions and 4 deletions
@@ -0,0 +1,52 @@
apiVersion: cilium.io/v2
kind: CiliumNetworkPolicy
metadata:
name: allow-inter-node-traffic
namespace: rabbitmq
spec:
description: Allow communication between nodes int the RabbitMQ cluster
egress:
- toEndpoints:
- matchLabels:
app.kubernetes.io/component: rabbitmq
toPorts:
- ports:
- port: "4369"
- endPort: 6500
port: "6000"
- port: "25672"
- port: "35672"
- port: "35673"
- port: "35674"
- port: "35675"
- port: "35676"
- port: "35677"
- port: "35678"
- port: "35679"
- port: "35680"
- port: "35681"
- port: "35682"
endpointSelector:
matchLabels:
app.kubernetes.io/component: rabbitmq
ingress:
- fromEndpoints:
- matchLabels:
app.kubernetes.io/component: rabbitmq
toPorts:
- ports:
- port: "4369"
- endPort: 6500
port: "6000"
- port: "25672"
- port: "35672"
- port: "35673"
- port: "35674"
- port: "35675"
- port: "35676"
- port: "35677"
- port: "35678"
- port: "35679"
- port: "35680"
- port: "35681"
- port: "35682"