From 300db607676a1906ffcb19086d53b7fc17f5f18f Mon Sep 17 00:00:00 2001 From: Aram Peres <6775216+aramperes@users.noreply.github.com> Date: Fri, 21 Jul 2023 18:05:27 -0400 Subject: [PATCH] not nodeport --- teamspeak/chart/teamspeak/templates/query-service.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/teamspeak/chart/teamspeak/templates/query-service.yaml b/teamspeak/chart/teamspeak/templates/query-service.yaml index 9c46437..97b6c1d 100644 --- a/teamspeak/chart/teamspeak/templates/query-service.yaml +++ b/teamspeak/chart/teamspeak/templates/query-service.yaml @@ -11,11 +11,10 @@ metadata: spec: type: ClusterIP ports: - - nodePort: {{ .Values.service.queryPort }} - targetPort: 10011 + - targetPort: 10011 protocol: TCP name: teamspeak-query - port: 10011 + port: {{ .Values.service.queryPort }} selector: app: teamspeak release: {{ .Release.Name }}