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