File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,6 +125,14 @@ spec:
125125 port : 8088
126126 failureThreshold : 30
127127 periodSeconds : 10
128+ livenessProbe :
129+ httpGet :
130+ path : /
131+ port : 8088
132+ initialDelaySeconds : 300
133+ periodSeconds : 20
134+ timeoutSeconds : 5
135+ failureThreshold : 5
128136
129137 volumeMounts :
130138 - name : repos
@@ -154,8 +162,9 @@ spec:
154162 path : /api/v03/isAvailable
155163 port : 80
156164 failureThreshold : 5
157- periodSeconds : 120
165+ periodSeconds : 60
158166 initialDelaySeconds : 300
167+ timeoutSeconds : 5
159168
160169 volumeMounts :
161170 - name : cache
Original file line number Diff line number Diff line change 6969 failureThreshold : 30
7070 periodSeconds : 10
7171 timeoutSeconds : 5
72+ livenessProbe :
73+ httpGet :
74+ port : 5158
75+ path : /api/healthz
76+ initialDelaySeconds : 300
77+ periodSeconds : 20
78+ timeoutSeconds : 5
79+ failureThreshold : 5
7280 ports :
7381 - containerPort : 5158
7482
You can’t perform that action at this time.
0 commit comments