17 lines
349 B
YAML
17 lines
349 B
YAML
apiVersion: cilium.io/v2
|
|
kind: CiliumNetworkPolicy
|
|
metadata:
|
|
name: allow-kube-api
|
|
namespace: minio-operator
|
|
spec:
|
|
description: Allow access to the Kube API server
|
|
egress:
|
|
- toEntities:
|
|
- kube-apiserver
|
|
toPorts:
|
|
- ports:
|
|
- port: "6443"
|
|
protocol: TCP
|
|
endpointSelector:
|
|
matchLabels: {}
|