From 1cba94da5b62b21b5b644ed478acc6b9517bfecb Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 25 Jan 2025 23:31:14 -0600 Subject: [PATCH] change port --- clusters/cl01tl/platform/ollama/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/platform/ollama/values.yaml b/clusters/cl01tl/platform/ollama/values.yaml index 2459f2b13..bc1a26ef6 100644 --- a/clusters/cl01tl/platform/ollama/values.yaml +++ b/clusters/cl01tl/platform/ollama/values.yaml @@ -123,8 +123,8 @@ ollama: controller: stable-diffusion ports: http: - port: 17860 - targetPort: 17860 + port: 7860 + targetPort: 7860 protocol: HTTP web: controller: web