Remove ollama LAN NodePort service

The sanctioned ingress is ollama.ops.eblu.me via tailnet.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-03-03 10:00:05 -08:00
commit 86a0dee000
3 changed files with 0 additions and 19 deletions

View file

@ -7,7 +7,6 @@ resources:
- pvc.yaml
- deployment.yaml
- service.yaml
- service-nodeport.yaml
- ingress-tailscale.yaml
images:

View file

@ -1,16 +0,0 @@
---
# 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