16 lines
271 B
YAML
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
|