Skip to content

Commit

Permalink
Update configmap.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhenzhong1 authored Oct 17, 2024
1 parent 084a31f commit 8d83a45
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d83a45

Please sign in to comment.