Skip to content

Commit

Permalink
Merge pull request #248 from developmentseed/new_version/nominatim
Browse files Browse the repository at this point in the history
Update https target for nominatim
  • Loading branch information
Ruben L. Mendoza authored Jun 28, 2022
2 parents bae0f91 + 8a87975 commit 3f1f5c6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions osm-seed/templates/nominatim-api/nominatim-api-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,18 @@ spec:
type: {{ .Values.serviceType }}
ports:
- port: 80
targetPort: http
protocol: TCP
name: http
targetPort: apache
- port: 5432
protocol: TCP
name: postgres
targetPort: postgres
{{- if and (eq .Values.serviceType "LoadBalancer") .Values.AWS_SSL_ARN }}
- port: 443
targetPort: http
protocol: TCP
name: https
targetPort: apache
{{- end }}
selector:
app: {{ template "osm-seed.name" . }}
Expand Down

0 comments on commit 3f1f5c6

Please sign in to comment.