(chore) increase default resource limits (#1036)

This commit is contained in:
Kjeld Schouten-Lebbing 2021-09-26 20:49:03 +02:00 committed by GitHub
parent bd3b29a278
commit 8418b3e7e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -13,13 +13,13 @@
label: "CPU" label: "CPU"
schema: schema:
type: string type: string
default: "2000m" default: "4000m"
valid_chars: '^([0-9]+)(\.[0-9]?|m?)$' valid_chars: '^([0-9]+)(\.[0-9]?|m?)$'
- variable: memory - variable: memory
label: "Memory RAM" label: "Memory RAM"
schema: schema:
type: string type: string
default: "2Gi" default: "8Gi"
valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$' valid_chars: '^([0-9.]+)([EPTGMK]i?|[EPTGMK]?|e[0-9]+)$'
- variable: requests - variable: requests
label: "Advanced Request minimum resources required" label: "Advanced Request minimum resources required"