feat(maubot): add default resources

This commit is contained in:
Tommy 2024-05-13 17:09:53 +02:00
parent bb635affa5
commit b74157e1cd
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -23,8 +23,8 @@ postgres:
resources:
limits:
memory: "3Gi"
memory: "2Gi"
cpu: "1000m"
# requests:
# cpu: 100m
# memory: 250Mi
requests:
cpu: 100m
memory: 50Mi