Files
ollama-plus/manifests/policy/allow-browser-ingress.yaml
T

17 lines
368 B
YAML
Raw Normal View History

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