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