This commit is contained in:
parent
451af1d2a1
commit
ae08254ab6
1 changed files with 8 additions and 0 deletions
|
@ -50,6 +50,14 @@ spec:
|
||||||
limits:
|
limits:
|
||||||
cpu: 300m
|
cpu: 300m
|
||||||
memory: 500Mi
|
memory: 500Mi
|
||||||
|
readinessProbe:
|
||||||
|
httpGet:
|
||||||
|
port: 3903
|
||||||
|
path: /health
|
||||||
|
livenessProbe:
|
||||||
|
httpGet:
|
||||||
|
port: 3903
|
||||||
|
path: /health
|
||||||
securityContext:
|
securityContext:
|
||||||
capabilities:
|
capabilities:
|
||||||
drop:
|
drop:
|
||||||
|
|
Loading…
Reference in a new issue