Skip to content

Commit

Permalink
d add back in ES_HOST and ES_INDEX temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
kentsanggds committed Jan 10, 2025
1 parent c29b0e7 commit 35731d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/datagovuk/templates/_find.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
{{- $environment := eq .Values.environment "test" | ternary "development" .Values.environment -}}
- name: CKAN_DOMAIN
value: {{ .Values.find.config.ckanDomain }}
- name: ES_HOST
value: http://{{ $.Release.Name }}-opensearch-sts
- name: ES_INDEX
value: datasets-{{ $environment }}
- name: GOVUK_APP_DOMAIN
value: "www.gov.uk"
- name: GOVUK_ENVIRONMENT_NAME
Expand Down

0 comments on commit 35731d1

Please sign in to comment.