Skip to content

Commit

Permalink
fix(index from queue): Add SEARCH_HOST envvar just in case
Browse files Browse the repository at this point in the history
  • Loading branch information
edamboritz committed Apr 3, 2024
1 parent c11ea23 commit cf64958
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ spec:
- name: index-from-queue
image: "{{ .Values.web.containerImage.imageRegistry }}:{{ .Values.web.containerImage.tag }}"
env:
- name: SEARCH_HOST
value: "{{ .Values.nginx.SEARCH_HOST }}"
- name: REDIS_HOST
value: "redis-{{ .Values.deployEnv }}"
- name: NODEJS_HOST
Expand Down

0 comments on commit cf64958

Please sign in to comment.