We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da67201 commit 967b212Copy full SHA for 967b212
rootfs/api/settings/production.py
@@ -371,8 +371,8 @@
371
"limits": [
372
{
373
"default": {
374
- "cpu": "%sm" % KUBERNETES_CPU_MIN_ALLOCATION * KUBERNETES_CPU_ALLOCATION_RATIO, # noqa
375
- "memory": "%sMi" % KUBERNETES_RAM_MIN_ALLOCATION * KUBERNETES_RAM_ALLOCATION_RATIO # noqa
+ "cpu": "%sm" % (KUBERNETES_CPU_MIN_ALLOCATION * KUBERNETES_CPU_ALLOCATION_RATIO), # noqa
+ "memory": "%sMi" % (KUBERNETES_RAM_MIN_ALLOCATION * KUBERNETES_RAM_ALLOCATION_RATIO) # noqa
376
},
377
"defaultRequest": {
378
"cpu": "%sm" % KUBERNETES_CPU_MIN_ALLOCATION,
0 commit comments