feat(garage): configure resources and priority class
All checks were successful
Renovate / renovate (push) Successful in 22s
All checks were successful
Renovate / renovate (push) Successful in 22s
This commit is contained in:
parent
d59dd85111
commit
a502e602ee
1 changed files with 8 additions and 0 deletions
|
@ -14,6 +14,7 @@ spec:
|
|||
app.kubernetes.io/name: garage
|
||||
spec:
|
||||
serviceAccountName: garage
|
||||
priorityClassName: system-cluster-critical
|
||||
containers:
|
||||
- name: garage
|
||||
image: garage
|
||||
|
@ -42,6 +43,13 @@ spec:
|
|||
mountPath: /etc/garage.toml
|
||||
subPath: garage.toml
|
||||
readOnly: true
|
||||
resources:
|
||||
requests:
|
||||
cpu: 300m
|
||||
memory: 280Mi
|
||||
limits:
|
||||
cpu: 300m
|
||||
memory: 500Mi
|
||||
securityContext:
|
||||
capabilities:
|
||||
drop:
|
||||
|
|
Loading…
Reference in a new issue