mirror of
https://github.com/nold360/hive-apps
synced 2024-11-03 04:16:35 +00:00
17 lines
304 B
YAML
17 lines
304 B
YAML
|
apiVersion: "cilium.io/v2"
|
||
|
kind: CiliumNetworkPolicy
|
||
|
metadata:
|
||
|
name: allow-cnpg-kubeapi
|
||
|
namespace: nextcloud
|
||
|
spec:
|
||
|
endpointSelector:
|
||
|
matchLabels:
|
||
|
cnpg.io/podRole: instance
|
||
|
egress:
|
||
|
- toEntities:
|
||
|
- kube-apiserver
|
||
|
- toPorts:
|
||
|
- ports:
|
||
|
- port: "6443"
|
||
|
protocol: TCP
|