Skip to content

Commit 2782816

Browse files
authored
Merge pull request #398 from ywk253100/191015_probe_1.1
[Cherry-pick-1.1]Extend the initialDelaySeconds of livenessProbe
2 parents 8a60a11 + 15b725b commit 2782816

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

templates/chartmuseum/chartmuseum-dpl.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
httpGet:
3434
path: /health
3535
port: 9999
36-
initialDelaySeconds: 1
36+
initialDelaySeconds: 300
3737
periodSeconds: 10
3838
readinessProbe:
3939
httpGet:

templates/clair/clair-dpl.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
httpGet:
3232
path: /health
3333
port: 6061
34-
initialDelaySeconds: 30
34+
initialDelaySeconds: 300
3535
periodSeconds: 10
3636
readinessProbe:
3737
httpGet:

templates/database/database-ss.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
exec:
4242
command:
4343
- /docker-healthcheck.sh
44-
initialDelaySeconds: 60
44+
initialDelaySeconds: 300
4545
periodSeconds: 10
4646
readinessProbe:
4747
exec:

templates/jobservice/jobservice-dpl.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
httpGet:
3333
path: /api/v1/stats
3434
port: 8080
35-
initialDelaySeconds: 20
35+
initialDelaySeconds: 300
3636
periodSeconds: 10
3737
readinessProbe:
3838
httpGet:

templates/nginx/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
httpGet:
3939
path: /
4040
port: 80
41-
initialDelaySeconds: 1
41+
initialDelaySeconds: 300
4242
periodSeconds: 10
4343
readinessProbe:
4444
httpGet:

templates/portal/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
httpGet:
3434
path: /
3535
port: 80
36-
initialDelaySeconds: 1
36+
initialDelaySeconds: 300
3737
periodSeconds: 10
3838
readinessProbe:
3939
httpGet:

templates/redis/statefulset.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
livenessProbe:
3232
tcpSocket:
3333
port: 6379
34-
initialDelaySeconds: 1
34+
initialDelaySeconds: 300
3535
periodSeconds: 10
3636
readinessProbe:
3737
tcpSocket:

templates/registry/registry-dpl.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
httpGet:
3434
path: /
3535
port: 5000
36-
initialDelaySeconds: 1
36+
initialDelaySeconds: 300
3737
periodSeconds: 10
3838
readinessProbe:
3939
httpGet:
@@ -74,7 +74,7 @@ spec:
7474
httpGet:
7575
path: /api/health
7676
port: 8080
77-
initialDelaySeconds: 1
77+
initialDelaySeconds: 300
7878
periodSeconds: 10
7979
readinessProbe:
8080
httpGet:

0 commit comments

Comments
 (0)