Skip to content

Commit 6ddc4ae

Browse files
author
Rub21
committed
Update statefullset for nominatim
1 parent 437839e commit 6ddc4ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

osm-seed/templates/nominatim-db-statefulset.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ spec:
5959
value: {{ .Values.nominatimDb.persistenceDisk.mountPath }}
6060
- name: POD_IP
6161
valueFrom: { fieldRef: { fieldPath: status.podIP } }
62+
- name: OSMSEED_WEB_API_DOMAIN
63+
value: {{ .Values.nominatimApi.env.OSMSEED_WEB_API_DOMAIN }}
64+
- name: OSMSEED_OVERPASS_API_DOMAIN
65+
value: {{ .Values.nominatimApi.env.OSMSEED_OVERPASS_API_DOMAIN }}
6266
command: ["/bin/sh"]
6367
args: ["-c", "sh /app/start.sh"]
6468
# livenessProbe:

0 commit comments

Comments
 (0)