mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 16:09:08 +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
|
appVersion: latest
|
||||||
description: Valheim dedicated gameserver with automatic update and world backup support
|
description: Valheim dedicated gameserver with automatic update and world backup support
|
||||||
name: valheim
|
name: valheim
|
||||||
version: 2.0.1
|
version: 2.0.2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- valheim
|
- valheim
|
||||||
|
@ -57,6 +57,13 @@ persistence:
|
|||||||
enabled: false
|
enabled: false
|
||||||
mountPath: /config
|
mountPath: /config
|
||||||
|
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
memory: 2048Mi
|
||||||
|
cpu: 300m
|
||||||
|
limits:
|
||||||
|
memory: 4096Mi
|
||||||
|
|
||||||
probes:
|
probes:
|
||||||
liveness:
|
liveness:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
Loading…
Reference in New Issue
Block a user