Closed chainlink closed 3 years ago
Hi @chainlink . Just stumbled across this. My use case: I need to use nodeports for a demo, but the pach dash defaults to 30081, and there is no setting to change this.
My browser inspector suggests that it is configurable:
var port = this.paramsFor('application').port;
We just need to pass this in at the chart level.
@philwinder just circling back here, I have a PR which makes the pach ports configurable, but Dash is typically accessed behind an ingress. Does that work for your use case?
values.yaml
as it only controls pachdexternalService
instead of loadbalancer for consistency (controls aservice
object)