Skip to content

Commit

Permalink
Add postgres port in configmap
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Dec 6, 2024
1 parent 7b1713f commit 2d79a28
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions osm-seed/templates/tiler-db/tiler-db-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ data:
{{- end }}
POSTGRES_DB: {{ .Values.tilerDb.env.POSTGRES_DB }}
POSTGRES_PASSWORD: {{ .Values.tilerDb.env.POSTGRES_PASSWORD | quote }}
POSTGRES_USER: {{ .Values.tilerDb.env.POSTGRES_USER | default "postgres" | quote }}
PGUSER: {{ .Values.tilerDb.env.POSTGRES_USER | default "postgres" | quote }}
POSTGRES_USER: {{ .Values.tilerDb.env.POSTGRES_USER | quote }}
POSTGRES_PORT: {{ .Values.tilerDb.env.POSTGRES_PORT | quote }}
PGUSER: {{ .Values.tilerDb.env.POSTGRES_USER | quote }}
{{- end }}

0 comments on commit 2d79a28

Please sign in to comment.