TS: Open file-transfer port; Increase CPU limit
This commit is contained in:
parent
1174cd5c27
commit
2d033bf069
2 changed files with 8 additions and 2 deletions
|
@ -15,6 +15,11 @@ spec:
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
name: teamspeak-voice
|
name: teamspeak-voice
|
||||||
port: 9987
|
port: 9987
|
||||||
|
- nodePort: {{ .Values.service.filePort }}
|
||||||
|
targetPort: 30033
|
||||||
|
protocol: TCP
|
||||||
|
name: teamspeak-file
|
||||||
|
port: 30033
|
||||||
selector:
|
selector:
|
||||||
app: teamspeak
|
app: teamspeak
|
||||||
release: {{ .Release.Name }}
|
release: {{ .Release.Name }}
|
||||||
|
|
|
@ -7,11 +7,12 @@ podAnnotations: {}
|
||||||
|
|
||||||
service:
|
service:
|
||||||
type: NodePort
|
type: NodePort
|
||||||
nodePort: 30987
|
voicePort: 30987
|
||||||
|
filePort: 30033
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 250m
|
cpu: 500m
|
||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue