From 237a9507e85e4a1bb8877b92958865866c61f570 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 25 Jan 2025 23:19:07 -0600 Subject: [PATCH] fix port --- clusters/cl01tl/platform/ollama/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/platform/ollama/values.yaml b/clusters/cl01tl/platform/ollama/values.yaml index bc1a26ef6..2f1064dfe 100644 --- a/clusters/cl01tl/platform/ollama/values.yaml +++ b/clusters/cl01tl/platform/ollama/values.yaml @@ -42,7 +42,7 @@ ollama: name: ollama-key-secret key: civitai-key - name: WEBUI_ARGS - value: --api --listen + value: --api --listen --port 7860 resources: requests: cpu: 100m