feat(maubot): add default resources
This commit is contained in:
parent
bb635affa5
commit
b74157e1cd
2 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@ description: |
|
|||
A plugin-based Matrix bot system
|
||||
appVersion: v0.4.2
|
||||
type: application
|
||||
version: 0.1.4
|
||||
version: 0.1.5
|
||||
maintainers:
|
||||
- name: Tommy Skaug
|
||||
email: tommy@skaug.me
|
||||
|
|
|
@ -23,8 +23,8 @@ postgres:
|
|||
|
||||
resources:
|
||||
limits:
|
||||
memory: "3Gi"
|
||||
memory: "2Gi"
|
||||
cpu: "1000m"
|
||||
# requests:
|
||||
# cpu: 100m
|
||||
# memory: 250Mi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 50Mi
|
||||
|
|
Loading…
Reference in a new issue