Skip to content

Commit 98f6a1f

Browse files
committed
bump
1 parent d8fd11c commit 98f6a1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bindata/assets/deployments/downloads-deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
spec:
2727
nodeSelector:
2828
kubernetes.io/os: linux
29-
terminationGracePeriodSeconds: 0
29+
terminationGracePeriodSeconds: 30
3030
securityContext:
3131
runAsNonRoot: true
3232
seccompProfile:
@@ -45,7 +45,7 @@ spec:
4545
periodSeconds: 10
4646
successThreshold: 1
4747
failureThreshold: 3
48-
initialDelaySeconds: 5
48+
initialDelaySeconds: 10
4949
name: download-server
5050
securityContext:
5151
readOnlyRootFilesystem: false
@@ -64,7 +64,7 @@ spec:
6464
periodSeconds: 10
6565
successThreshold: 1
6666
failureThreshold: 3
67-
initialDelaySeconds: 5
67+
initialDelaySeconds: 10
6868
ports:
6969
- name: http
7070
containerPort: 8080

0 commit comments

Comments
 (0)