Commit 1e85587
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 ebdfe63 commit 1e85587
File tree
2 files changed
+2
-1
lines changed- cmd/pgo/cmd
- internal/apiserver/pgbouncerservice
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
530 | 530 | | |
531 | 531 | | |
532 | 532 | | |
533 | | - | |
| 533 | + | |
534 | 534 | | |
535 | 535 | | |
536 | 536 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| 152 | + | |
152 | 153 | | |
153 | 154 | | |
154 | 155 | | |
| |||
0 commit comments