apiVersion: v1 kind: ConfigMap metadata: name: {{ include "hindsight.fullname" . }}-config labels: {{- include "hindsight.labels" . | nindent 4 }} data: # API configuration llm-provider: {{ .Values.api.env.HINDSIGHT_API_LLM_PROVIDER | quote }} llm-model: {{ .Values.api.env.HINDSIGHT_API_LLM_MODEL | quote }} # Control plane configuration node-env: {{ .Values.controlPlane.env.NODE_ENV | quote }} hostname: {{ .Values.controlPlane.env.HINDSIGHT_CP_HOSTNAME | quote }} control-plane-port: {{ .Values.controlPlane.env.HINDSIGHT_CP_PORT | quote }}