From 98c11142447936c6a2aa95388d1d713efc9290c7 Mon Sep 17 00:00:00 2001 From: Joao Gilberto Magalhaes Date: Sun, 28 Aug 2022 15:31:27 -0500 Subject: [PATCH] Fix naming --- helm/easyhaproxy/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/easyhaproxy/templates/deployment.yaml b/helm/easyhaproxy/templates/deployment.yaml index 23d518e..b4c978e 100644 --- a/helm/easyhaproxy/templates/deployment.yaml +++ b/helm/easyhaproxy/templates/deployment.yaml @@ -44,7 +44,7 @@ spec: containerPort: 1936 hostPort: 1936 {{ range .Values.listen_extra_ports }} - - name: extra_{{ . }} + - name: extra{{ . }} containerPort: {{ . }} hostPort: {{ . }} {{- end }}