Skip to content

Expose additional ports #435

Description

@beasteers

Is your feature request related to a problem? Please describe.

some nodes try and expose additional ports (e.g. ftp-server, syslog). It would be great if the chart could support that

Describe the solution you'd like

Add {{ .Values.additionalPorts }}

deployment:

ports:
- name: http
containerPort: 1880
protocol: TCP
{{- with .Values.livenessProbe }}

service:

ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http

Add .Values.ingress.hosts[].port and handle in the ingress

Describe alternatives you've considered

not using those nodes

Search

  • I did search for other open and closed issues before opening this.

Code of Conduct

  • I agree to follow this project's Code of Conduct

Additional context

No response

Activity

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions