TS: Fix port key

This commit is contained in:
Aram 🍐 2019-10-27 00:08:45 -04:00
parent 2d033bf069
commit ebb54c74e7

View file

@ -10,7 +10,7 @@ metadata:
spec: spec:
type: {{ .Values.service.type }} type: {{ .Values.service.type }}
ports: ports:
- nodePort: {{ .Values.service.nodePort }} - nodePort: {{ .Values.service.voicePort }}
targetPort: 9987 targetPort: 9987
protocol: UDP protocol: UDP
name: teamspeak-voice name: teamspeak-voice