Skip to content

Commit 60adb9d

Browse files
committed
feat: setup value changes
1 parent 16b42b5 commit 60adb9d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

values-changes.yaml

+17
Original file line numberDiff line numberDiff line change
@@ -341,3 +341,20 @@ changes:
341341
- 'databases.keycloak.imported'
342342
- 'databases.gitea.imported'
343343
- 'databases.gitea.useOtomiDB'
344+
- version: 41
345+
teamSettingsMigration: true
346+
additions:
347+
- 'teamConfig.{team}.resourceQuota': { 'enabled': 'true' }
348+
- 'teamConfig.{team}.resourceQuota.computeResourceQuota':
349+
[
350+
{ 'key': 'limits.cpu', 'value': '500', 'decorator': 'mCPUs' },
351+
{ 'key': 'requests.cpu', 'value': '250', 'decorator': 'mCPUs' },
352+
{ 'key': 'limits.memory', 'value': '500', 'decorator': 'Mi' },
353+
{ 'key': 'requests.memory', 'value': '500', 'decorator': 'Mi' },
354+
]
355+
- 'teamConfig.{team}.resourceQuota.countQuota':
356+
[
357+
{ 'key': 'loadbalancers', 'value': '0', 'mutable': 'false', 'decorator': 'lbs' },
358+
{ 'key': 'nodeports', 'value': '0', 'mutable': 'false', 'decorator': 'nprts' },
359+
{ 'key': 'count', 'value': '5', 'mutable': 'true', 'decorator': 'pods' },
360+
]

0 commit comments

Comments
 (0)