Skip to content

Commit 3f1f5c6

Browse files
author
Ruben L. Mendoza
authored
Merge pull request #248 from developmentseed/new_version/nominatim
Update https target for nominatim
2 parents bae0f91 + 8a87975 commit 3f1f5c6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

osm-seed/templates/nominatim-api/nominatim-api-service.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,18 @@ spec:
2727
type: {{ .Values.serviceType }}
2828
ports:
2929
- port: 80
30-
targetPort: http
3130
protocol: TCP
3231
name: http
3332
targetPort: apache
33+
- port: 5432
34+
protocol: TCP
35+
name: postgres
36+
targetPort: postgres
3437
{{- if and (eq .Values.serviceType "LoadBalancer") .Values.AWS_SSL_ARN }}
3538
- port: 443
36-
targetPort: http
3739
protocol: TCP
3840
name: https
41+
targetPort: apache
3942
{{- end }}
4043
selector:
4144
app: {{ template "osm-seed.name" . }}

0 commit comments

Comments
 (0)