1
0
Fork 0

Fix naming

This commit is contained in:
Joao Gilberto Magalhaes 2022-08-28 15:31:27 -05:00
parent 72b40a3c66
commit 98c1114244

View file

@ -44,7 +44,7 @@ spec:
containerPort: 1936
hostPort: 1936
{{ range .Values.listen_extra_ports }}
- name: extra_{{ . }}
- name: extra{{ . }}
containerPort: {{ . }}
hostPort: {{ . }}
{{- end }}