Commit b49af9b
committed
Add back some resource limits for operator
Fixes operator deployments:
```
Deployment.apps "pulumi-kubernetes-operator-controller-manager" is invalid: spec.template.spec.containers[0].resources.requests: Invalid value: "1G": must be less than or equal to memory limit of 128Mi
```
Fixes DACH-NY/cn-test-failures#4535
[static]
Signed-off-by: Martin Florian <martin.florian@digitalasset.com>1 parent f43715e commit b49af9b
File tree
2 files changed
+8
-0
lines changed- cluster
- expected/operator
- pulumi/operator/src
2 files changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
599 | 599 | | |
600 | 600 | | |
601 | 601 | | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
602 | 606 | | |
603 | 607 | | |
604 | 608 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
| |||
0 commit comments