File tree 1 file changed +4
-4
lines changed
osm-seed/templates/tiler-server
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
ports :
29
29
- name : http
30
30
port : 80
31
- targetPort : 9091
31
+ targetPort : {{ .Values.tilerServer.externalService.port | default "9090" }}
32
32
protocol : TCP
33
33
{{- else }}
34
34
# This is the default service, atached to the deployment
@@ -37,14 +37,14 @@ spec:
37
37
- name : http
38
38
port : 80
39
39
protocol : TCP
40
- targetPort : {{ .Values.tilerServer.externalService.port | default " http" }}
40
+ targetPort : http
41
41
- name : https
42
42
port : 443
43
43
protocol : TCP
44
- targetPort : {{ .Values.tilerServer.externalService.port | default " http" }}
44
+ targetPort : http
45
45
selector :
46
46
app : {{ template "osm-seed.name" . }}
47
47
release : {{ .Release.Name }}
48
- run : {{ .Release.Name }}-tiler-server
48
+ run : {{ .Release.Name }}-tiler-server # This is working for deployment and not for statefulset , make sure you use "s3" to storage the vtiles
49
49
{{- end }}
50
50
{{- end }}
You can’t perform that action at this time.
0 commit comments