Skip to content

Commit

Permalink
bump resources
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuratczyk committed Nov 3, 2020
1 parent 30c6627 commit 2bb6bd7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/examples/production/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ You can deploy this example like this:
kubectl apply -f rabbitmq.yaml
```

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.
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.
10 changes: 5 additions & 5 deletions docs/examples/production/rabbitmq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ spec:
replicas: 3
resources:
requests:
cpu: 2
memory: 8Gi
cpu: 4
memory: 10Gi
limits:
cpu: 2
memory: 8Gi
cpu: 4
memory: 10Gi
rabbitmq:
additionalConfig: |
cluster_partition_handling = ignore
vm_memory_high_watermark_paging_ratio = 0.99
disk_free_limit.relative = 1.0
persistence:
storageClassName: ssd
storage: "128Gi"
storage: "500Gi"
override:
statefulSet:
spec:
Expand Down

0 comments on commit 2bb6bd7

Please sign in to comment.