14 lines
273 B
YAML
14 lines
273 B
YAML
apiVersion: cilium.io/v2
|
|
kind: CiliumNetworkPolicy
|
|
metadata:
|
|
name: allow-remote-node-to-maya
|
|
namespace: mayastor
|
|
spec:
|
|
description: Allow Remote to Mayastor
|
|
endpointSelector:
|
|
matchLabels:
|
|
app: api-rest
|
|
ingress:
|
|
- fromEntities:
|
|
- remote-node
|