Skip to content

feat(sidecar): Add option to adjust the sidecar URL env#569

Open
heidyv01 wants to merge 1 commit into
SchwarzIT:mainfrom
heidyv01:main
Open

feat(sidecar): Add option to adjust the sidecar URL env#569
heidyv01 wants to merge 1 commit into
SchwarzIT:mainfrom
heidyv01:main

Conversation

@heidyv01

Copy link
Copy Markdown

Problem

The URL environment variable for the node-red-sidecar container was hardcoded to use an internal cluster URL structure (http://..svc.cluster.local:). This prevented users from pointing the sidecare to a different service endpoint which is necessary for e.g. an HA Setup.

Solution

  • Modified the deployment.yaml template to make the URL variable configurable.
  • Introduced a new url parameter in the values.yaml under .Values.sidecar.env.
  • If .Values.sidecar.env.url is not set or left empty, the chart automatically falls back to generating the original dynamic internal cluster URL.

Thank you for making node-red ⚙ better

Also verify you have:

@heidyv01 heidyv01 requested a review from Kaktor as a code owner June 24, 2026 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant