Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

[cetic/swaggerui] nodePort value in chart not adjustable #13

Open
javajon opened this issue May 27, 2021 · 0 comments
Open

[cetic/swaggerui] nodePort value in chart not adjustable #13

javajon opened this issue May 27, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@javajon
Copy link

javajon commented May 27, 2021

Describe the bug
Chart parameters in readme indicate the default for the nodeP:ort can be set to alternate value:

service.nodePort | Port where the service is reachable | 30245

However, the Service.yaml template lacks that setting.

Version of Helm and Kubernetes:
v3, v1.18

What happened:

NodePort is not set when applying --set service.nodePort=31234

What you expected to happen:

nodePort value to be set either chart value.yaml default or overridden value. The default should be nil, not 30245 as suggested since the default behavior is to allow Kubernetes to find a free one.

How to reproduce it (as minimally and precisely as possible):

Install the chart with --set service.nodePort=31234 and notice the nodePort value is not set.

@javajon javajon changed the title [cetic/swaggerui] issue title [cetic/swaggerui] nodePort value in chart not adjustable May 27, 2021
@SellamiRami SellamiRami added the enhancement New feature or request label Jan 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants