19 lines
354 B
YAML
19 lines
354 B
YAML
apiVersion: cilium.io/v2
|
|
kind: CiliumClusterwideNetworkPolicy
|
|
metadata:
|
|
name: allow-ekman-egress
|
|
spec:
|
|
endpointSelector: {}
|
|
egress:
|
|
- toCIDR:
|
|
- 10.255.241.99/32
|
|
- 10.255.241.100/32
|
|
toPorts:
|
|
- ports:
|
|
- port: "4443"
|
|
protocol: TCP
|
|
- port: "30443"
|
|
protocol: TCP
|
|
- port: "30080"
|
|
protocol: TCP
|