From f36c5e5d03d193115f1bc452e48f6663d529d90c Mon Sep 17 00:00:00 2001 From: cybermaggedon Date: Tue, 15 Oct 2024 19:21:07 +0100 Subject: [PATCH] Fix typos in milus template (#118) --- templates/stores/milvus.jsonnet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/stores/milvus.jsonnet b/templates/stores/milvus.jsonnet index 888a83a9..cbeb4268 100644 --- a/templates/stores/milvus.jsonnet +++ b/templates/stores/milvus.jsonnet @@ -37,7 +37,7 @@ local images = import "values/images.jsonnet"; local service = engine.service(containerSet) - .with_port(2379, 2379, 30379, "api"); + .with_port(2379, 2379, "api"); engine.resources([ vol, @@ -117,7 +117,7 @@ local images = import "values/images.jsonnet"; local service = engine.service(containerSet) .with_port(9091, 9091, "api") - .with_port(19530, 19530, "api2); + .with_port(19530, 19530, "api2"); engine.resources([ vol,