15 lines
213 B
YAML
15 lines
213 B
YAML
service:
|
|
type: ClusterIP
|
|
|
|
env:
|
|
- name: OLLAMA_BASE_URL
|
|
value: http://ollama.ai-stack.svc.cluster.local:11434
|
|
|
|
resources:
|
|
requests:
|
|
cpu: 100m
|
|
memory: 256Mi
|
|
limits:
|
|
cpu: 500m
|
|
memory: 1Gi
|