diff --git a/osm-seed/templates/tiler-server/tiler-server-deployment.yaml b/osm-seed/templates/tiler-server/tiler-server-deployment.yaml index 3c99bfc3..65a474f9 100644 --- a/osm-seed/templates/tiler-server/tiler-server-deployment.yaml +++ b/osm-seed/templates/tiler-server/tiler-server-deployment.yaml @@ -35,7 +35,7 @@ spec: httpGet: path: / port: {{ .Values.tilerServer.env.TILER_SERVER_PORT }} - initialDelaySeconds: 600 # 10 min, because the compile process takes time. + initialDelaySeconds: 1000 timeoutSeconds: 30 {{- if .Values.tilerServer.resources.enabled }} resources: