Skip to content

Commit

Permalink
Merge pull request #1862 from Sefaria/fix-index-from-q
Browse files Browse the repository at this point in the history
chore(index from queue): add elastic admin creds to index from queue …
  • Loading branch information
nsantacruz authored Apr 3, 2024
2 parents 3952ede + cf64958 commit 8b1eb37
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,17 @@ 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
value: "node-{{ .Values.deployEnv }}-{{ .Release.Revision }}"
- name: VARNISH_HOST
value: "varnish-{{ .Values.deployEnv }}-{{ .Release.Revision }}"
envFrom:
- secretRef:
name: {{ template "sefaria.secrets.elasticAdmin" . }}
- secretRef:
name: {{ .Values.secrets.localSettings.ref }}
optional: true
Expand Down

0 comments on commit 8b1eb37

Please sign in to comment.