fix: add policy to allow external rabbitmq traffic
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user