Commit 0d739ef
authored
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 d98e790 commit 0d739ef
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 | |
|---|---|---|---|
| |||
556 | 556 | | |
557 | 557 | | |
558 | 558 | | |
559 | | - | |
| 559 | + | |
560 | 560 | | |
561 | 561 | | |
562 | 562 | | |
| |||
| 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