mirror of
https://github.com/Telecominfraproject/wlan-toolsmith.git
synced 2025-11-02 03:47:52 +00:00
[WIFI-9828] Add: resources limits for services
Signed-off-by: Dmitry Dunaev <dmitry@opsfleet.com>
This commit is contained in:
@@ -22,4 +22,12 @@ expanderPriorities: |-
|
||||
10:
|
||||
- .*spot.*
|
||||
0:
|
||||
- .*
|
||||
- .*
|
||||
|
||||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 200Mi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 200Mi
|
||||
|
||||
@@ -870,6 +870,13 @@ releases:
|
||||
size: 10Gi
|
||||
- service:
|
||||
type: NodePort
|
||||
- resources:
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 500Mi
|
||||
requests:
|
||||
cpu: 500m
|
||||
memory: 500Mi
|
||||
- ingress:
|
||||
enabled: true
|
||||
annotations:
|
||||
|
||||
Reference in New Issue
Block a user