Skip to content

Conversation

@Monthlyaway
Copy link
Contributor

Description

Fixed a bug in charts/dragonfly/templates/manager/manager-svc.yaml where the configured nodePort was incorrectly applied to the gRPC port (65003) instead of the REST/UI port (8080).

I moved the nodePort conditional block to the correct port definition (http-rest) in the Service manifest.

Related Issue

#438

Motivation and Context

When configuring manager.service.nodePort in values.yaml, the expectation is to expose the Manager Console (UI) on that specific port. Previously, this configuration was applied to the gRPC port, causing the UI to be assigned a random NodePort instead. This change ensures the UI is accessible on the user-defined port.

@gaius-qi gaius-qi added the enhancement New feature or request label Nov 20, 2025
Copy link
Member

@gaius-qi gaius-qi left a comment

Choose a reason for hiding this comment

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

LGTM

@gaius-qi gaius-qi enabled auto-merge (squash) November 24, 2025 03:29
Copy link
Member

@chlins chlins left a comment

Choose a reason for hiding this comment

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

lgtm

@gaius-qi gaius-qi merged commit 71e3b1f into dragonflyoss:main Nov 24, 2025
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants