Skip to content

core: improve port and runStandalone support#158

Merged
jacekn merged 1 commit intostellar:mainfrom
jacekn:ports
Apr 9, 2026
Merged

core: improve port and runStandalone support#158
jacekn merged 1 commit intostellar:mainfrom
jacekn:ports

Conversation

@jacekn
Copy link
Copy Markdown
Contributor

@jacekn jacekn commented Apr 9, 2026

  • fix quotes for the runStandalone option
  • ensure peer port is exposed
  • ensure port numbers come from config
  • as drive-by bump appVersion to match latest core release

* fix quotes for the runStandalone option
* ensure peer port is exposed
* ensure port numbers come from config
* as drive-by bump appVersion to match latest core release
Copilot AI review requested due to automatic review settings April 9, 2026 12:06
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Stellar Core Helm chart to correctly wire configurable ports into the StatefulSet/Service, expose the peer port, and align the chart’s app version with the latest core release.

Changes:

  • Use core.config.httpPort / core.config.peerPort (with defaults) for container and Service ports, and expose the peer port.
  • Render RUN_STANDALONE without quoting to match expected config syntax.
  • Bump chart version and appVersion.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
charts/core/templates/core-sts.yaml Parameterizes HTTP/peer ports and exposes peer port via container + Service ports.
charts/core/templates/core-cm.yaml Fixes RUN_STANDALONE rendering by removing quotes.
charts/core/Chart.yaml Updates chart version and appVersion.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@jacekn jacekn merged commit e3b842b into stellar:main Apr 9, 2026
6 checks passed
@jacekn jacekn deleted the ports branch April 9, 2026 12:22
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.

3 participants