Compare commits

...

2 Commits

Author SHA1 Message Date
02b393da6f chore(version): Bump to 1.127.1 2025-03-28 09:38:49 +01:00
ceadd50262 chore(db): Bump resource limit 2025-03-28 09:38:34 +01:00
2 changed files with 4 additions and 3 deletions

View File

@ -12,6 +12,7 @@ spec:
size: 5Gi
storageClass: local-path
enableSuperuserAccess: true
bootstrap:
initdb:
database: synapse
@ -46,8 +47,8 @@ spec:
cpu: 100m
memory: 100Mi
limits:
cpu: 500m
memory: 500Mi
cpu: 2
memory: 2Gi
monitoring:
enablePodMonitor: true

View File

@ -17,7 +17,7 @@ spec:
fsGroup: 991
containers:
- name: synapse
image: ghcr.io/element-hq/synapse:v1.126.0
image: ghcr.io/element-hq/synapse:v1.127.1
ports:
- containerPort: 8008
- containerPort: 9009