not nodeport

This commit is contained in:
Aram 🍐 2023-07-21 18:05:27 -04:00
parent da840d7e45
commit 300db60767

View file

@ -11,11 +11,10 @@ metadata:
spec: spec:
type: ClusterIP type: ClusterIP
ports: ports:
- nodePort: {{ .Values.service.queryPort }} - targetPort: 10011
targetPort: 10011
protocol: TCP protocol: TCP
name: teamspeak-query name: teamspeak-query
port: 10011 port: {{ .Values.service.queryPort }}
selector: selector:
app: teamspeak app: teamspeak
release: {{ .Release.Name }} release: {{ .Release.Name }}