Skip to content

Commit

Permalink
fix: make sure that the genai helm chart services work across namespa…
Browse files Browse the repository at this point in the history
…ces (#9102)
  • Loading branch information
tayritenour authored Apr 3, 2024
1 parent 58cd22b commit bc8c31c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/charts/determined/templates/genai/genai-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ spec:
- name: RESOURCE_POOL_EXTRA_METADATA_PATH
value: /run/determined/workdir/rp_config/resource_pool_metadata.yaml
- name: MESSAGE_QUEUE_HOST
value: genai-queue-service-{{ .Release.Name }}
value: genai-queue-service-{{ .Release.Name }}.{{ .Release.Namespace }}
- name: MESSAGE_QUEUE_PORT
value: {{ .Values.genai.messageQueuePort | quote }}
- name: GENAI_HOST
value: genai-backend-service-{{ .Release.Name }}
value: genai-backend-service-{{ .Release.Name }}.{{ .Release.Namespace }}
- name: GENAI_HOST_PORT
value: {{ .Values.genai.port | quote }}
volumeMounts:
Expand Down

0 comments on commit bc8c31c

Please sign in to comment.