From 8d83a453da09397ead92fb8f5110b663b1badc15 Mon Sep 17 00:00:00 2001 From: Zhenzhong1 <109137058+Zhenzhong1@users.noreply.github.com> Date: Thu, 17 Oct 2024 14:29:59 +0800 Subject: [PATCH] Update configmap.yaml --- .../performance/helm_charts/templates/configmap.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FaqGen/benchmark/performance/helm_charts/templates/configmap.yaml b/FaqGen/benchmark/performance/helm_charts/templates/configmap.yaml index 4bc78fe31..113e96501 100644 --- a/FaqGen/benchmark/performance/helm_charts/templates/configmap.yaml +++ b/FaqGen/benchmark/performance/helm_charts/templates/configmap.yaml @@ -4,12 +4,12 @@ apiVersion: v1 kind: ConfigMap metadata: - name: faq-config + name: {{ .Values.config.CONFIG_MAP_NAME }} namespace: default data: HUGGINGFACEHUB_API_TOKEN: {{ .Values.HUGGINGFACEHUB_API_TOKEN }} LLM_MODEL_ID: {{ .Values.config.LLM_MODEL_ID }} - NODE_SELECTOR: faq-opea + NODE_SELECTOR: {{ .Values.config.NODE_SELECTOR }} TGI_LLM_ENDPOINT: http://faq-tgi-svc.default.svc.cluster.local:8010 LLM_SERVICE_HOST_IP: faq-micro-svc MEGA_SERVICE_HOST_IP: faq-mega-server-svc