feat: add clusterwide cilium egress to ceph cluster
This commit is contained in:
@@ -0,0 +1,17 @@
|
|||||||
|
apiVersion: cilium.io/v2
|
||||||
|
kind: CiliumClusterwideNetworkPolicy
|
||||||
|
metadata:
|
||||||
|
name: allow-ceph-egress
|
||||||
|
spec:
|
||||||
|
egress:
|
||||||
|
- toCIDR:
|
||||||
|
- 10.255.241.30/32
|
||||||
|
- 10.255.241.31/32
|
||||||
|
- 10.255.241.32/32
|
||||||
|
- 10.255.244.0/24
|
||||||
|
# toPorts:
|
||||||
|
# - ports:
|
||||||
|
# - port: "4443"
|
||||||
|
# protocol: TCP
|
||||||
|
endpointSelector: {}
|
||||||
|
|
||||||
Reference in New Issue
Block a user