fix(garage): use health only for readiness
Some checks failed
Renovate / renovate (push) Has been cancelled
Some checks failed
Renovate / renovate (push) Has been cancelled
This commit is contained in:
parent
50fbfed567
commit
80a56ab60b
1 changed files with 60 additions and 64 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue