commit | 7e928a9d95d51179af86f5432bcd52a831128f9a | [log] [tgz] |
---|---|---|
author | Andrey Pozolotin <posandrey@gmail.com> | Fri Aug 13 12:37:24 2021 +0200 |
committer | Girish Gowdra <girish@opennetworking.org> | Tue Aug 17 12:09:02 2021 -0700 |
tree | 31d7a0e3a2ebff0b3307b84e6ee1c4b956df7ce9 | |
parent | e2c4bc7e7963635a738f228871e7a2ba62fea82b [diff] [blame] |
[VOL-4300]: Resource limits defined Change-Id: Iad73584a4119dfb82d5059de1ef31283f5c85a9b
diff --git a/voltha/values.yaml b/voltha/values.yaml index c499be6..2bc6ea6 100644 --- a/voltha/values.yaml +++ b/voltha/values.yaml
@@ -125,3 +125,19 @@ onos_classic: onosOfPort: 6653 replicas: 1 + +resources: + rw_core: + requests: + cpu: 500m + memory: 100Mi + limits: + cpu: ~ + memory: ~ + ofagent: + requests: + cpu: 300m + memory: 50Mi + limits: + cpu: ~ + memory: ~