fix(audiobookshelf): remove resource limits
This commit is contained in:
parent
fe2e478b53
commit
ba9f1a62d3
1 changed files with 6 additions and 6 deletions
|
@ -65,9 +65,9 @@ spec:
|
||||||
size: 12Gi
|
size: 12Gi
|
||||||
mountPath: /metadata
|
mountPath: /metadata
|
||||||
|
|
||||||
resources:
|
# resources:
|
||||||
requests:
|
# requests:
|
||||||
cpu: 1m
|
# cpu: 1m
|
||||||
memory: 40Mi
|
# memory: 40Mi
|
||||||
limits:
|
# limits:
|
||||||
memory: 100Mi
|
# memory: 100Mi
|
Loading…
Add table
Reference in a new issue