mirror of
https://github.com/Telecominfraproject/wlan-toolsmith.git
synced 2025-11-02 20:08:08 +00:00
[WIFI-9828] Add: resources limits for services
Signed-off-by: Dmitry Dunaev <dmitry@opsfleet.com>
This commit is contained in:
@@ -23,3 +23,11 @@ expanderPriorities: |-
|
||||
- .*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