We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 728173d commit 1c25dd7Copy full SHA for 1c25dd7
charts/invenio/templates/invenio-configmap.yaml
@@ -11,7 +11,9 @@ data:
11
INVENIO_CELERY_RESULT_BACKEND: 'redis://{{ include "invenio.redis.hostname" . }}:6379/2'
12
INVENIO_RATELIMIT_STORAGE_URL: 'redis://{{ include "invenio.redis.hostname" . }}:6379/3'
13
INVENIO_COMMUNITIES_IDENTITIES_CACHE_REDIS_URL: 'redis://{{ include "invenio.redis.hostname" . }}:6379/4'
14
+ {{- if not (hasKey .Values.invenio.extra_config "INVENIO_SEARCH_HOSTS") }}
15
INVENIO_SEARCH_HOSTS: {{ printf "[{'host': '%s'}]" (include "invenio.opensearch.hostname" .) | quote }}
16
+ {{- end }}
17
INVENIO_SITE_HOSTNAME: '{{ include "invenio.hostname" $ }}'
18
INVENIO_SITE_UI_URL: 'https://{{ include "invenio.hostname" $ }}'
19
INVENIO_SITE_API_URL: 'https://{{ include "invenio.hostname" $ }}/api'
0 commit comments