Files
ollama-plus/manifests/policy/allow-browser-ingress.yaml
T
ION606 b4f2ec3ce4 A
2025-09-13 22:31:18 -04:00

17 lines
368 B
YAML

apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: allow-browser-ingress
namespace: argocd
spec:
podSelector:
matchLabels:
app: browser
policyTypes: ["Ingress"]
ingress:
- from:
- ipBlock:
cidr: 0.0.0.0/0
ports:
- { protocol: TCP, port: 7788 }