Move ollama LAN NodePort to port 80
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
2d5b78a4d7
commit
3af346f1cd
2 changed files with 3 additions and 1 deletions
|
|
@ -13,4 +13,4 @@ spec:
|
|||
- name: http
|
||||
port: 11434
|
||||
targetPort: 11434
|
||||
nodePort: 30434
|
||||
nodePort: 80
|
||||
|
|
|
|||
|
|
@ -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" . }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue