Skip to content
Snippets Groups Projects
Commit ffe276a1 authored by Michal Masrna's avatar Michal Masrna
Browse files

ollama deployment fix

parent 4acc18f0
No related branches found
No related tags found
No related merge requests found
......@@ -13,13 +13,14 @@ spec:
spec:
containers:
- env:
- name: HOME
value: /tmp
name: ollama
image: ollama/ollama:latest
ports:
- name: http
containerPort: 11434
protocol: TCP
env:
securityContext:
allowPrivilegeEscalation: false
capabilities:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment