Fix naming
This commit is contained in:
parent
72b40a3c66
commit
98c1114244
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ spec:
|
||||||
containerPort: 1936
|
containerPort: 1936
|
||||||
hostPort: 1936
|
hostPort: 1936
|
||||||
{{ range .Values.listen_extra_ports }}
|
{{ range .Values.listen_extra_ports }}
|
||||||
- name: extra_{{ . }}
|
- name: extra{{ . }}
|
||||||
containerPort: {{ . }}
|
containerPort: {{ . }}
|
||||||
hostPort: {{ . }}
|
hostPort: {{ . }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue