use ip instead of svc name

This commit is contained in:
2025-05-31 03:46:50 +05:30
parent 85a4ccfb00
commit ff7c6c296e

View File

@@ -20,7 +20,7 @@ spec:
- containerPort: 8080 - containerPort: 8080
env: env:
- name: OLLAMA_BASE_URL - name: OLLAMA_BASE_URL
value: "http://ollama:11434" value: "http://10.0.0.14:3210"
volumeMounts: volumeMounts:
- name: config - name: config
mountPath: /app/backend/data mountPath: /app/backend/data