Compare commits

..

No commits in common. "02b393da6f58ebe2cd920b31c5374835a7c4ba33" and "d9bf7c5579a735a8bbcd7ed7116e7f8143cddcf5" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View File

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

View File

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