Provide minimal resources to prevent accidental crashes due to resource exhaustion

Signed-off-by: Mariusz Sabath <[email protected]>
This commit is contained in:
Mariusz Sabath
2023-05-16 19:31:38 +02:00
committed by Marco Franssen
parent 1675997748
commit 91bdea2a1d
2 changed files with 16 additions and 0 deletions
@@ -41,6 +41,15 @@ service:
port: 3000
annotations: {}
# -- Provide minimal resources to prevent accidental crashes due to resource exhaustion
# resources:
# requests:
# cpu: 50m
# memory: 128Mi
# limits:
# cpu: 100m
# memory: 512Mi
# -- URL of the Tornjak APIs (backend)
# Since Tornjak Frontend runs in the browser, this URL must be accessible from
# the machine running a browser.