mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-05 19:51:01 +00:00
17 lines
301 B
YAML
17 lines
301 B
YAML
apiVersion: cilium.io/v2
|
|
kind: CiliumNetworkPolicy
|
|
metadata:
|
|
name: allow-ingress
|
|
namespace: yopass
|
|
spec:
|
|
endpointSelector:
|
|
matchLabels:
|
|
app: yopass
|
|
|
|
ingress:
|
|
- fromEntities:
|
|
- ingress
|
|
toPorts:
|
|
- ports:
|
|
- port: "1337"
|
|
protocol: TCP
|