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
Code of Conduct
Additional context
No response
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
service:
node-red-chart/charts/node-red/templates/service.yaml
Lines 14 to 18 in a91d582
Add
.Values.ingress.hosts[].portand handle in the ingressDescribe alternatives you've considered
not using those nodes
Search
Code of Conduct
Additional context
No response