mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-06 18:09:06 +00:00
17 lines
381 B
YAML
17 lines
381 B
YAML
apiVersion: cilium.io/v2
|
|
kind: CiliumNetworkPolicy
|
|
metadata:
|
|
name: allow-ingress-to-forgejo
|
|
namespace: forgejo
|
|
spec:
|
|
description: "Accept incoming traffic from the native mesh proxy"
|
|
endpointSelector:
|
|
matchLabels:
|
|
app: forgejo
|
|
ingress:
|
|
- fromEntities:
|
|
- ingress
|
|
toPorts:
|
|
- ports:
|
|
- port: "3000"
|
|
protocol: TCP
|