fix(garage): use health only for readiness
Some checks failed
Renovate / renovate (push) Has been cancelled

This commit is contained in:
Peter 2024-09-15 12:12:47 +02:00
parent 50fbfed567
commit 80a56ab60b
Signed by: prskr
GPG key ID: F56BED6903BC5E37

View file

@ -54,10 +54,6 @@ spec:
httpGet: httpGet:
port: 3903 port: 3903
path: /health path: /health
livenessProbe:
httpGet:
port: 3903
path: /health
securityContext: securityContext:
capabilities: capabilities:
drop: drop:
@ -102,7 +98,7 @@ spec:
- metadata: - metadata:
name: garage-data name: garage-data
spec: spec:
accessModes: [ "ReadWriteOnce" ] accessModes: ["ReadWriteOnce"]
storageClassName: hcloud-volumes-xfs storageClassName: hcloud-volumes-xfs
resources: resources:
requests: requests: