Skip to content

Commit

Permalink
Increase initialDelaySeconds for tiler db deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Nov 15, 2024
1 parent 26e5372 commit 10eca67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 10eca67

Please sign in to comment.