Skip to content

Commit 0adbddf

Browse files
committed
base init delay on startup to 5
1 parent 76bcd1e commit 0adbddf

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

pkg/fixtures/deployments/helm/charts/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ startupProbe:
6262
timeoutSeconds: 3
6363
failureThreshold: 1
6464
successThreshold: 1
65-
initialDelaySeconds: 1
65+
initialDelaySeconds: 5
6666

6767
nodeSelector: {}
6868

pkg/fixtures/deployments/kustomize/base/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050
timeoutSeconds: 3
5151
failureThreshold: 1
5252
successThreshold: 1
53-
initialDelaySeconds: 1
53+
initialDelaySeconds: 5
5454
securityContext:
5555
seccompProfile:
5656
type: RuntimeDefault

pkg/fixtures/deployments/manifest/manifests/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050
timeoutSeconds: 3
5151
failureThreshold: 1
5252
successThreshold: 1
53-
initialDelaySeconds: 1
53+
initialDelaySeconds: 5
5454
securityContext:
5555
seccompProfile:
5656
type: RuntimeDefault

template/deployments/helm/draft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ variables:
156156
kind: "kubernetesProbeDelay"
157157
default:
158158
disablePrompt: true
159-
value: 1
159+
value: 5
160160
description: "kubernetes startup probe initial delay in seconds"
161161
versions: ">=0.0.1"
162162
- name: "READINESSPERIOD"

template/deployments/kustomize/draft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ variables:
156156
kind: "kubernetesProbeDelay"
157157
default:
158158
disablePrompt: true
159-
value: 1
159+
value: 5
160160
description: "kubernetes startup probe initial delay in seconds"
161161
versions: ">=0.0.1"
162162
- name: "READINESSPERIOD"

template/deployments/manifests/draft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ variables:
156156
kind: "kubernetesProbeDelay"
157157
default:
158158
disablePrompt: true
159-
value: 1
159+
value: 5
160160
description: "kubernetes startup probe initial delay in seconds"
161161
versions: ">=0.0.1"
162162
- name: "READINESSPERIOD"

0 commit comments

Comments
 (0)