Skip to content

Commit

Permalink
add path (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten authored Jul 31, 2024
1 parent 2fb57e1 commit 838a5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/helm/meshdb/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ data:
CELERY_BROKER: "redis://{{ include "meshdb.fullname" . }}-redis.{{ .Values.meshdb_app_namespace }}.svc.cluster.local:{{ .Values.redis.port }}/0"

# Change to pelias:3000 when using full docker-compose
PELIAS_ADDRESS_PARSER_URL: http://{{ include "meshdb.fullname" . }}-pelias.{{ .Values.meshdb_app_namespace }}.svc.cluster.local:{{ .Values.pelias.port }}
PELIAS_ADDRESS_PARSER_URL: http://{{ include "meshdb.fullname" . }}-pelias.{{ .Values.meshdb_app_namespace }}.svc.cluster.local:{{ .Values.pelias.port }}/parser/parse

# Comment this out to enter prod mode
DEBUG: {{ .Values.meshweb.enable_debug | quote }}
Expand Down

0 comments on commit 838a5ac

Please sign in to comment.