Skip to content

Add the possibility to precise nodePort in values.yaml if service type is NodePort #50

@eskombro

Description

@eskombro

In values.yaml it is possible to define the Service type. But if a user defines it as a NodePort service, there is no field in the chart to specify the nodePort, so kubernetes will allocate a random port.

In a NodePort Service, the nodePort field is defined as follows:

Screenshot 2021-02-11 at 18 48 52

But MeiliSearch chart is not prepared to let the user specify this nodePort Value in values.yaml and integrate it in the template (cf. see here).

The service template could check if the Service type is NodePort, and in that case, add the nodePort field to the Service Template.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions