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
+7
View File
@@ -8,3 +8,10 @@ tornjak-frontend:
type: ClusterIP
port: 3000
apiServerURL: "http://localhost:10000/"
resources:
requests:
cpu: 50m
memory: 128Mi
limits:
cpu: 100m
memory: 512Mi