Skip to content

Commit

Permalink
feat: automatically generate queue name from environment name
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendanGalloway committed Feb 21, 2024
1 parent 71e0ec5 commit 7c0ebd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chart/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ data:
REDIS_RESULT_BACKEND_DB_NUM: {{ .Values.redis.backendDBNumber }}
SENTINEL_HEADLESS_URL: {{ .Values.redis.sentinelURL }}
SENTINEL_TRANSPORT_OPTS: {{ .Values.redis.transportOptions | toJson | quote }}
QUEUE_NAME: llm-{{ .Release.Name }}

0 comments on commit 7c0ebd8

Please sign in to comment.