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:
|
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 }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue