not nodeport
This commit is contained in:
parent
da840d7e45
commit
300db60767
1 changed files with 2 additions and 3 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue