Commit 9cd65f0
authored
PROPOSAL: Reduce init container memory from 500Mi to 64Mi (#1863)
* Reduce init container memory from 500Mi to 64Mi
When originally developed, it wasn't clear what would need to be done in
the init container. With hindsight, there's very little to do and the
init phase hasn't changed in a long time.
We also assumed that the resources requested for the init container
would effectively be reused by the actual `rabbitmq` container later.
Turns out that's not the case: kubernetes/kubernetes#124282
init container resources are considered even after the init container
completes its task.
* Reduce CPU resources from 100m to 20m1 parent 05434ec commit 9cd65f0
2 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
| 38 | + | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
782 | 782 | | |
783 | 783 | | |
784 | 784 | | |
785 | | - | |
786 | | - | |
787 | | - | |
788 | | - | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
789 | 789 | | |
790 | 790 | | |
791 | 791 | | |
| |||
0 commit comments