blumeops/argocd/manifests/ollama/service-nodeport.yaml
Erich Blume 3af346f1cd Move ollama LAN NodePort to port 80
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 09:37:50 -08:00

16 lines
271 B
YAML

---
# Local subnet access for non-tailnet devices
apiVersion: v1
kind: Service
metadata:
name: ollama-nodeport
namespace: ollama
spec:
type: NodePort
selector:
app: ollama
ports:
- name: http
port: 11434
targetPort: 11434
nodePort: 80