From ebb54c74e78b65d8354e7f01198d5f2ab8577a8c Mon Sep 17 00:00:00 2001 From: momothereal Date: Sun, 27 Oct 2019 00:08:45 -0400 Subject: [PATCH] TS: Fix port key --- teamspeak/chart/teamspeak/templates/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teamspeak/chart/teamspeak/templates/service.yaml b/teamspeak/chart/teamspeak/templates/service.yaml index 7322e43..c672936 100644 --- a/teamspeak/chart/teamspeak/templates/service.yaml +++ b/teamspeak/chart/teamspeak/templates/service.yaml @@ -10,7 +10,7 @@ metadata: spec: type: {{ .Values.service.type }} ports: - - nodePort: {{ .Values.service.nodePort }} + - nodePort: {{ .Values.service.voicePort }} targetPort: 9987 protocol: UDP name: teamspeak-voice