setup memory limits
This commit is contained in:
parent
0d585c3316
commit
b4fe1fa934
|
|
@ -22,9 +22,9 @@ spec:
|
|||
image: gcr.io/tough-craft-276813/coturn:latest
|
||||
resources:
|
||||
requests:
|
||||
memory: "3900Mi"
|
||||
memory: "3800Mi"
|
||||
limits:
|
||||
memory: "3900Mi"
|
||||
memory: "3800Mi"
|
||||
ports:
|
||||
- containerPort: 3478
|
||||
name: coturn
|
||||
|
|
|
|||
|
|
@ -22,9 +22,9 @@ spec:
|
|||
image: gcr.io/tough-craft-276813/webrtc_be:prod-0.1.83
|
||||
resources:
|
||||
requests:
|
||||
memory: "3900Mi"
|
||||
memory: "3800Mi"
|
||||
limits:
|
||||
memory: "3900Mi"
|
||||
memory: "3800Mi"
|
||||
env:
|
||||
- name: RTC_MIN_PORT
|
||||
value: "30000"
|
||||
|
|
|
|||
Loading…
Reference in New Issue