TS: Open file-transfer port; Increase CPU limit

This commit is contained in:
Aram 🍐 2019-10-27 00:04:40 -04:00
parent 1174cd5c27
commit 2d033bf069
2 changed files with 8 additions and 2 deletions

View file

@ -7,11 +7,12 @@ podAnnotations: {}
service:
type: NodePort
nodePort: 30987
voicePort: 30987
filePort: 30033
resources:
limits:
cpu: 250m
cpu: 500m
memory: 512Mi
requests:
cpu: 100m