Commit d6c0535
Ensure pgBouncer resource limits can be set on create
This only affects the `pgo create pgbouncer` command; the resource
limits were not being set in the custom resource from the API.
However, this functionally works correctly if set directly on the
custom resource.
Issue: [sc-13146]1 parent 3cea12a commit d6c0535
File tree
2 files changed
+2
-1
lines changed- internal/apiserver/pgbouncerservice
- pgo/cmd
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| 133 | + | |
133 | 134 | | |
134 | 135 | | |
135 | 136 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
496 | 496 | | |
497 | 497 | | |
498 | 498 | | |
499 | | - | |
| 499 | + | |
500 | 500 | | |
501 | 501 | | |
502 | 502 | | |
| |||
0 commit comments