File tree Expand file tree Collapse file tree 1 file changed +22
-11
lines changed
bindata/assets/deployments Expand file tree Collapse file tree 1 file changed +22
-11
lines changed Original file line number Diff line number Diff line change 38
38
requests :
39
39
cpu : 10m
40
40
memory : 100Mi
41
- readinessProbe :
42
- httpGet :
43
- path : /health
44
- port : 8443
45
- scheme : HTTPS
46
- timeoutSeconds : 1
47
- periodSeconds : 10
48
- successThreshold : 1
49
- failureThreshold : 3
50
41
lifecycle :
51
42
preStop :
52
43
exec :
@@ -65,16 +56,36 @@ spec:
65
56
- " --public-dir=/opt/bridge/static"
66
57
- " --config=/var/console-config/console-config.yaml"
67
58
- " --service-ca-file=/var/service-ca/service-ca.crt"
59
+ startupProbe :
60
+ httpGet :
61
+ path : /health
62
+ port : 8443
63
+ scheme : HTTPS
64
+ failureThreshold : 30
65
+ initialDelaySeconds : 0
66
+ periodSeconds : 10
67
+ successThreshold : 1
68
+ timeoutSeconds : 10
68
69
livenessProbe :
69
70
httpGet :
70
71
path : /health
71
72
port : 8443
72
73
scheme : HTTPS
73
- initialDelaySeconds : 150
74
- timeoutSeconds : 1
74
+ failureThreshold : 1
75
+ initialDelaySeconds : 0
75
76
periodSeconds : 10
76
77
successThreshold : 1
78
+ timeoutSeconds : 10
79
+ readinessProbe :
80
+ httpGet :
81
+ path : /health
82
+ port : 8443
83
+ scheme : HTTPS
77
84
failureThreshold : 3
85
+ initialDelaySeconds : 0
86
+ periodSeconds : 10
87
+ successThreshold : 1
88
+ timeoutSeconds : 1
78
89
ports :
79
90
- name : https
80
91
containerPort : 8443
You can’t perform that action at this time.
0 commit comments