Skip to content

Commit 2bb6bd7

Browse files
committed
bump resources
1 parent 30c6627 commit 2bb6bd7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/examples/production/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ You can deploy this example like this:
1414
kubectl apply -f rabbitmq.yaml
1515
```
1616

17-
Please keep in mind that you need a multi-zone Kubernetes cluster with 6 CPUs, 24Gi RAM, 384Gi disk space available as well as a `storageClass` called `ssd` to deploy this example as-is. Of course you can adjust these values to your environment if needed.
17+
Please keep in mind that you need a multi-zone Kubernetes cluster with 12 CPUs, 30Gi RAM, 1.5Ti disk space available as well as a `storageClass` called `ssd` to deploy this example as-is. Of course you can adjust these values to your environment if needed.

docs/examples/production/rabbitmq.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ spec:
66
replicas: 3
77
resources:
88
requests:
9-
cpu: 2
10-
memory: 8Gi
9+
cpu: 4
10+
memory: 10Gi
1111
limits:
12-
cpu: 2
13-
memory: 8Gi
12+
cpu: 4
13+
memory: 10Gi
1414
rabbitmq:
1515
additionalConfig: |
1616
cluster_partition_handling = ignore
1717
vm_memory_high_watermark_paging_ratio = 0.99
1818
disk_free_limit.relative = 1.0
1919
persistence:
2020
storageClassName: ssd
21-
storage: "128Gi"
21+
storage: "500Gi"
2222
override:
2323
statefulSet:
2424
spec:

0 commit comments

Comments
 (0)