We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16b42b5 commit 60adb9dCopy full SHA for 60adb9d
values-changes.yaml
@@ -341,3 +341,20 @@ changes:
341
- 'databases.keycloak.imported'
342
- 'databases.gitea.imported'
343
- '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