File tree 8 files changed +9
-9
lines changed
8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 33
33
httpGet :
34
34
path : /health
35
35
port : 9999
36
- initialDelaySeconds : 1
36
+ initialDelaySeconds : 300
37
37
periodSeconds : 10
38
38
readinessProbe :
39
39
httpGet :
Original file line number Diff line number Diff line change 31
31
httpGet :
32
32
path : /health
33
33
port : 6061
34
- initialDelaySeconds : 30
34
+ initialDelaySeconds : 300
35
35
periodSeconds : 10
36
36
readinessProbe :
37
37
httpGet :
Original file line number Diff line number Diff line change 41
41
exec :
42
42
command :
43
43
- /docker-healthcheck.sh
44
- initialDelaySeconds : 60
44
+ initialDelaySeconds : 300
45
45
periodSeconds : 10
46
46
readinessProbe :
47
47
exec :
Original file line number Diff line number Diff line change 32
32
httpGet :
33
33
path : /api/v1/stats
34
34
port : 8080
35
- initialDelaySeconds : 20
35
+ initialDelaySeconds : 300
36
36
periodSeconds : 10
37
37
readinessProbe :
38
38
httpGet :
Original file line number Diff line number Diff line change 38
38
httpGet :
39
39
path : /
40
40
port : 80
41
- initialDelaySeconds : 1
41
+ initialDelaySeconds : 300
42
42
periodSeconds : 10
43
43
readinessProbe :
44
44
httpGet :
Original file line number Diff line number Diff line change 33
33
httpGet :
34
34
path : /
35
35
port : 80
36
- initialDelaySeconds : 1
36
+ initialDelaySeconds : 300
37
37
periodSeconds : 10
38
38
readinessProbe :
39
39
httpGet :
Original file line number Diff line number Diff line change 31
31
livenessProbe :
32
32
tcpSocket :
33
33
port : 6379
34
- initialDelaySeconds : 1
34
+ initialDelaySeconds : 300
35
35
periodSeconds : 10
36
36
readinessProbe :
37
37
tcpSocket :
Original file line number Diff line number Diff line change 33
33
httpGet :
34
34
path : /
35
35
port : 5000
36
- initialDelaySeconds : 1
36
+ initialDelaySeconds : 300
37
37
periodSeconds : 10
38
38
readinessProbe :
39
39
httpGet :
74
74
httpGet :
75
75
path : /api/health
76
76
port : 8080
77
- initialDelaySeconds : 1
77
+ initialDelaySeconds : 300
78
78
periodSeconds : 10
79
79
readinessProbe :
80
80
httpGet :
You can’t perform that action at this time.
0 commit comments