Skip to content

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

Merged
Kaktor merged 1 commit into
SchwarzIT:mainfrom
heidyv01:main
Jul 21, 2026
Merged

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

Conversation

@heidyv01

Copy link
Copy Markdown
Contributor

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
… HA Setup

Signed-off-by: heid <yvonne.heid@mail.schwarz>
@Kaktor
Kaktor merged commit 723c0bc into SchwarzIT:main Jul 21, 2026
1 of 2 checks passed
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.

2 participants