Compare commits
2 Commits
d9bf7c5579
...
02b393da6f
Author | SHA1 | Date | |
---|---|---|---|
02b393da6f | |||
ceadd50262 |
@ -12,6 +12,7 @@ spec:
|
|||||||
size: 5Gi
|
size: 5Gi
|
||||||
storageClass: local-path
|
storageClass: local-path
|
||||||
|
|
||||||
|
enableSuperuserAccess: true
|
||||||
bootstrap:
|
bootstrap:
|
||||||
initdb:
|
initdb:
|
||||||
database: synapse
|
database: synapse
|
||||||
@ -46,8 +47,8 @@ spec:
|
|||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 100Mi
|
memory: 100Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 2
|
||||||
memory: 500Mi
|
memory: 2Gi
|
||||||
|
|
||||||
monitoring:
|
monitoring:
|
||||||
enablePodMonitor: true
|
enablePodMonitor: true
|
||||||
|
@ -17,7 +17,7 @@ spec:
|
|||||||
fsGroup: 991
|
fsGroup: 991
|
||||||
containers:
|
containers:
|
||||||
- name: synapse
|
- name: synapse
|
||||||
image: ghcr.io/element-hq/synapse:v1.126.0
|
image: ghcr.io/element-hq/synapse:v1.127.1
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8008
|
- containerPort: 8008
|
||||||
- containerPort: 9009
|
- containerPort: 9009
|
||||||
|
Loading…
x
Reference in New Issue
Block a user