Add Listen Port to Ingress
This commit is contained in:
parent
b01ec6a09a
commit
72b40a3c66
5 changed files with 18 additions and 3 deletions
|
|
@ -43,6 +43,11 @@ spec:
|
|||
- name: stats
|
||||
containerPort: 1936
|
||||
hostPort: 1936
|
||||
{{ range .Values.listen_extra_ports }}
|
||||
- name: extra_{{ . }}
|
||||
containerPort: {{ . }}
|
||||
hostPort: {{ . }}
|
||||
{{- end }}
|
||||
resources:
|
||||
{{- toYaml .Values.resources | nindent 12 }}
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue