-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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:
node-red-chart/charts/node-red/templates/deployment.yaml
Lines 140 to 144 in a91d582
ports: | |
- name: http | |
containerPort: 1880 | |
protocol: TCP | |
{{- with .Values.livenessProbe }} |
service:
node-red-chart/charts/node-red/templates/service.yaml
Lines 14 to 18 in a91d582
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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request