Skip to content

fix(helm): keep install port aligned with service port#1522

Merged
LinkinStars merged 1 commit intoapache:devfrom
Herrtian:fix-helm-install-port
May 8, 2026
Merged

fix(helm): keep install port aligned with service port#1522
LinkinStars merged 1 commit intoapache:devfrom
Herrtian:fix-helm-install-port

Conversation

@Herrtian
Copy link
Copy Markdown

@Herrtian Herrtian commented May 1, 2026

Fixes #1438.

This keeps the chart's app-side port config aligned with service.port. If the user hasn't already set them, the chart now derives INSTALL_PORT, SITE_ADDR, and SWAGGER_ADDRESS_PORT from the service port, while explicit env values still win.

Tested:

  • helm lint ./charts
  • helm template answer ./charts --set service.port=8080

Signed-off-by: Tian Teng <tian.teng@emerson.com>
@Herrtian Herrtian force-pushed the fix-helm-install-port branch from 687bf29 to 54d0d76 Compare May 1, 2026 15:19
@LinkinStars LinkinStars self-assigned this May 8, 2026
@LinkinStars LinkinStars changed the base branch from main to dev May 8, 2026 12:08
@LinkinStars LinkinStars merged commit ab236f2 into apache:dev May 8, 2026
@LinkinStars
Copy link
Copy Markdown
Member

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

helm chart: Installation with non privileged port as non root user

2 participants