network policy for csi-addons controller
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
|||||||
|
apiVersion: "cilium.io/v2"
|
||||||
|
kind: CiliumNetworkPolicy
|
||||||
|
metadata:
|
||||||
|
name: allow-host-port-9070
|
||||||
|
namespace: csi-addons-system
|
||||||
|
spec:
|
||||||
|
endpointSelector:
|
||||||
|
matchLabels:
|
||||||
|
app.kubernetes.io/name: csi-addons
|
||||||
|
egress:
|
||||||
|
- toEntities:
|
||||||
|
- host
|
||||||
|
toPorts:
|
||||||
|
- ports:
|
||||||
|
- port: "9070"
|
||||||
|
protocol: TCP
|
||||||
Reference in New Issue
Block a user