Compare commits
2 Commits
88ce9e5d04
...
ae640c862c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ae640c862c | ||
|
|
d80b3806b1 |
@@ -49,6 +49,49 @@ spec:
|
|||||||
cpu: 100m
|
cpu: 100m
|
||||||
limits:
|
limits:
|
||||||
memory: 1.5Gi
|
memory: 1.5Gi
|
||||||
|
workers:
|
||||||
|
federation-sender:
|
||||||
|
enabled: true
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
memory: 128Mi
|
||||||
|
cpu: 50m
|
||||||
|
limits:
|
||||||
|
memory: 256Mi
|
||||||
|
federation-reader:
|
||||||
|
enabled: true
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
memory: 128Mi
|
||||||
|
cpu: 50m
|
||||||
|
limits:
|
||||||
|
memory: 256Mi
|
||||||
|
client-reader:
|
||||||
|
enabled: true
|
||||||
|
replicas: 1
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
memory: 128Mi
|
||||||
|
cpu: 50m
|
||||||
|
limits:
|
||||||
|
memory: 256Mi
|
||||||
|
initial-synchrotron:
|
||||||
|
enabled: true
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
memory: 128Mi
|
||||||
|
cpu: 50m
|
||||||
|
limits:
|
||||||
|
memory: 256Mi
|
||||||
|
synchrotron:
|
||||||
|
enabled: true
|
||||||
|
replicas: 1
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
memory: 128Mi
|
||||||
|
cpu: 50m
|
||||||
|
limits:
|
||||||
|
memory: 256Mi
|
||||||
|
|
||||||
matrixAuthenticationService:
|
matrixAuthenticationService:
|
||||||
postgres:
|
postgres:
|
||||||
|
|||||||
@@ -7,6 +7,14 @@ spec:
|
|||||||
instances: 3
|
instances: 3
|
||||||
imageName: ghcr.io/cloudnative-pg/postgresql:16
|
imageName: ghcr.io/cloudnative-pg/postgresql:16
|
||||||
|
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
memory: 1Gi
|
||||||
|
cpu: 250m
|
||||||
|
limits:
|
||||||
|
memory: 2Gi
|
||||||
|
cpu: 1000m
|
||||||
|
|
||||||
storage:
|
storage:
|
||||||
size: 20Gi
|
size: 20Gi
|
||||||
storageClass: yc-network-ssd
|
storageClass: yc-network-ssd
|
||||||
@@ -21,10 +29,13 @@ spec:
|
|||||||
|
|
||||||
postgresql:
|
postgresql:
|
||||||
parameters:
|
parameters:
|
||||||
shared_buffers: "256MB"
|
shared_buffers: "512MB"
|
||||||
effective_cache_size: "768MB"
|
effective_cache_size: "1536MB"
|
||||||
maintenance_work_mem: "64MB"
|
maintenance_work_mem: "64MB"
|
||||||
max_connections: "200"
|
max_connections: "200"
|
||||||
|
work_mem: "16MB"
|
||||||
|
random_page_cost: "1.1"
|
||||||
|
effective_io_concurrency: "200"
|
||||||
|
|
||||||
monitoring:
|
monitoring:
|
||||||
enablePodMonitor: true
|
enablePodMonitor: true
|
||||||
|
|||||||
Reference in New Issue
Block a user