From 2056ffdf7c3298e9ec70ae57d3c5aacd634f7b95 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 25 Jan 2025 23:28:55 -0600 Subject: [PATCH] change service --- clusters/cl01tl/platform/ollama/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clusters/cl01tl/platform/ollama/values.yaml b/clusters/cl01tl/platform/ollama/values.yaml index 2f1064dfe..2459f2b13 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 --port 7860 + value: --api --listen resources: requests: cpu: 100m @@ -123,8 +123,8 @@ ollama: controller: stable-diffusion ports: http: - port: 7860 - targetPort: 7860 + port: 17860 + targetPort: 17860 protocol: HTTP web: controller: web