Files
manifests/policies/oceanbox/network/jaeger/allow-remote-node.yaml
T
Jonas Juselius 11b398801d wip: try nixidy
2024-10-10 16:04:41 +02:00

18 lines
323 B
YAML

apiVersion: cilium.io/v2
kind: CiliumNetworkPolicy
metadata:
name: allow-remote-node-webhooks
namespace: jaeger
spec:
endpointSelector:
matchLabels: {}
ingress:
- fromEntities:
- kube-apiserver
- toPorts:
- ports:
- port: "9443"
protocol: TCP
- port: "443"
protocol: TCP