mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 07:59:02 +00:00
set realistic resource defaults for valheim (#728)
Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
parent
00d17bb5cc
commit
ee59e9ada2
@ -2,7 +2,7 @@ apiVersion: v2
|
||||
appVersion: latest
|
||||
description: Valheim dedicated gameserver with automatic update and world backup support
|
||||
name: valheim
|
||||
version: 2.0.1
|
||||
version: 2.0.2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- valheim
|
||||
|
@ -57,6 +57,13 @@ persistence:
|
||||
enabled: false
|
||||
mountPath: /config
|
||||
|
||||
resources:
|
||||
requests:
|
||||
memory: 2048Mi
|
||||
cpu: 300m
|
||||
limits:
|
||||
memory: 4096Mi
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
|
Loading…
Reference in New Issue
Block a user