We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bae0f91 + 8a87975 commit 3f1f5c6Copy full SHA for 3f1f5c6
osm-seed/templates/nominatim-api/nominatim-api-service.yaml
@@ -27,15 +27,18 @@ spec:
27
type: {{ .Values.serviceType }}
28
ports:
29
- port: 80
30
- targetPort: http
31
protocol: TCP
32
name: http
33
targetPort: apache
+ - port: 5432
34
+ protocol: TCP
35
+ name: postgres
36
+ targetPort: postgres
37
{{- if and (eq .Values.serviceType "LoadBalancer") .Values.AWS_SSL_ARN }}
38
- port: 443
39
40
name: https
41
+ targetPort: apache
42
{{- end }}
43
selector:
44
app: {{ template "osm-seed.name" . }}
0 commit comments