mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-12 03:43:35 +00:00
19 lines
366 B
YAML
19 lines
366 B
YAML
apiVersion: cilium.io/v2
|
|
kind: CiliumNetworkPolicy
|
|
metadata:
|
|
name: allow-ingress
|
|
namespace: stirling-pdf
|
|
spec:
|
|
endpointSelector:
|
|
matchLabels:
|
|
app: stirling-pdf
|
|
|
|
ingress:
|
|
- fromEntities:
|
|
- ingress
|
|
toPorts:
|
|
- ports:
|
|
- port: "80"
|
|
protocol: TCP
|
|
- port: "8080"
|
|
protocol: TCP
|