From 3af346f1cd457233cd957ec6e25429a9140ec178 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Tue, 3 Mar 2026 09:37:50 -0800 Subject: [PATCH] Move ollama LAN NodePort to port 80 Co-Authored-By: Claude Opus 4.6 --- argocd/manifests/ollama/service-nodeport.yaml | 2 +- nixos/ringtail/configuration.nix | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/argocd/manifests/ollama/service-nodeport.yaml b/argocd/manifests/ollama/service-nodeport.yaml index ab2a2cf..849c74a 100644 --- a/argocd/manifests/ollama/service-nodeport.yaml +++ b/argocd/manifests/ollama/service-nodeport.yaml @@ -13,4 +13,4 @@ spec: - name: http port: 11434 targetPort: 11434 - nodePort: 30434 + nodePort: 80 diff --git a/nixos/ringtail/configuration.nix b/nixos/ringtail/configuration.nix index 562cfdb..2d16381 100644 --- a/nixos/ringtail/configuration.nix +++ b/nixos/ringtail/configuration.nix @@ -130,6 +130,8 @@ in "--disable=metrics-server" "--write-kubeconfig-mode=644" "--tls-san=ringtail.tail8d86e.ts.net" + # Allow ollama NodePort on port 80 for non-tailnet LAN devices + "--service-node-port-range=80-32767" ]; containerdConfigTemplate = '' {{ template "base" . }}