commit | 79ac6e0a625e83b907a772fb3837afa52f5d5bb9 | [log] [tgz] |
---|---|---|
author | Ivan Eroshkin <erijj@mail.ru> | Fri Aug 05 16:02:31 2022 +0200 |
committer | Ivan Eroshkin <erijj@mail.ru> | Fri Aug 12 13:32:51 2022 +0200 |
tree | 87c944fd030faf1b35bffb7b85f7ef8f553c6167 | |
parent | 15cc327c316dee35d9b9284a1ad76e0906ad09d2 [diff] [blame] |
Adding new topologies to mininet Change-Id: Id1bafcd72e6f50d69b7985ded3947cb2eda774df
diff --git a/mininet/values.yaml b/mininet/values.yaml index 8437a3f..0ec4521 100644 --- a/mininet/values.yaml +++ b/mininet/values.yaml
@@ -30,7 +30,13 @@ global: registry: '' -resources: {} +resources: + requests: + cpu: 0.5 + memory: 256Mi # In case of deploying topology with 27 hosts (e.g., 2 by 3 fabric), please consider allocating at least 800 Mb of RAM + limits: + cpu: ~ + memory: ~ nodeSelector: {}