mirror of
https://github.com/Telecominfraproject/wlan-toolsmith.git
synced 2025-11-22 05:34:49 +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.*
|
- .*spot.*
|
||||||
0:
|
0:
|
||||||
- .*
|
- .*
|
||||||
|
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpu: 100m
|
||||||
|
memory: 200Mi
|
||||||
|
requests:
|
||||||
|
cpu: 100m
|
||||||
|
memory: 200Mi
|
||||||
|
|||||||
@@ -870,6 +870,13 @@ releases:
|
|||||||
size: 10Gi
|
size: 10Gi
|
||||||
- service:
|
- service:
|
||||||
type: NodePort
|
type: NodePort
|
||||||
|
- resources:
|
||||||
|
limits:
|
||||||
|
cpu: 500m
|
||||||
|
memory: 500Mi
|
||||||
|
requests:
|
||||||
|
cpu: 500m
|
||||||
|
memory: 500Mi
|
||||||
- ingress:
|
- ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
annotations:
|
annotations:
|
||||||
|
|||||||
Reference in New Issue
Block a user