feat(garage): add probes
Some checks are pending
Renovate / renovate (push) Waiting to run

This commit is contained in:
Peter 2024-06-30 10:35:29 +02:00
parent 451af1d2a1
commit ae08254ab6
Signed by: prskr
GPG key ID: F56BED6903BC5E37

View file

@ -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: