set realistic resource defaults for valheim (#728)

Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
Jeff Billimek 2021-03-26 13:46:22 -04:00 committed by GitHub
parent 00d17bb5cc
commit ee59e9ada2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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