File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Deployment to merge into the libcoder template
11
11
spec:
12
12
template:
13
13
spec:
14
+ terminationGracePeriodSeconds: { { .Values.provisionerDaemon.terminationGracePeriodSeconds } }
14
15
containers:
15
16
-
16
17
{ { include " libcoder.containerspec" (list . " coder.containerspec" ) | indent 8} }
Original file line number Diff line number Diff line change @@ -202,3 +202,8 @@ provisionerDaemon:
202
202
{}
203
203
# location: usa
204
204
# provider: kubernetes
205
+
206
+ # provisionerDaemon.terminationGracePeriodSeconds -- Time in seconds that Kubernetes should wait before forcibly
207
+ # terminating the provisioner daemon. You should set this to be longer than your longest expected build time so that
208
+ # redeployments do not interrupt builds in progress.
209
+ terminationGracePeriodSeconds : 600
You can’t perform that action at this time.
0 commit comments