Closed samwho closed 5 months ago
Hey @willholley, I hope you don't mind me tagging you. I know it's lame to ping open-source maintainers directly, sorry about that.
Keen to get this merged as soon as is reasonable, or if it's unlikely to happen in the near future then it'd be great to know that so we can try different approaches to the problem we're having.
Let me know how I can best help this across the line. π
What this PR does / why we need it:
At Budibase we're making use of the CouchDB structured query service (SQS) and as such need to communicate with the SQS binary running alongside CouchDB on port 4984. We've created our own
budibase/couchdb
image to run SQS alongside CouchDB.To allow this, I've added two new options to
values.yaml
:extraPorts
-- to specify new ports to expose on theStatefulSet
pods.service.extraPorts
-- to specify new ports to expose on theService
.Special notes for your reviewer:
Before starting on this PR I ran
make test
and the tests passed. Now, though, when I run them I get the following error:I'm not sure what I'm doing wrong, help would be appreciated π
Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.