File tree 2 files changed +15
-5
lines changed
2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -38,14 +38,13 @@ spec:
38
38
livenessProbe :
39
39
httpGet :
40
40
path : /healthz
41
- port : 8081
42
- initialDelaySeconds : 15
43
- periodSeconds : 20
41
+ port : 8082
42
+ periodSeconds : 5
43
+ timeoutSeconds : 5
44
44
readinessProbe :
45
45
httpGet :
46
46
path : /readyz
47
- port : 8081
48
- initialDelaySeconds : 5
47
+ port : 8082
49
48
periodSeconds : 10
50
49
# TODO(user): Configure the resources accordingly based on the project requirements.
51
50
# More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
Original file line number Diff line number Diff line change 25
25
requests :
26
26
cpu : " 2"
27
27
memory : " 2G"
28
+ livenessProbe :
29
+ httpGet :
30
+ path : /healthz
31
+ port : 8081
32
+ periodSeconds : 5
33
+ timeoutSeconds : 5
34
+ readinessProbe :
35
+ httpGet :
36
+ path : /healthz
37
+ port : 8081
38
+ periodSeconds : 10
28
39
serviceAccountName : instascale-sa
You can’t perform that action at this time.
0 commit comments