Merge pull request #123 from wli/patch-1

Increase recommended disk size to 12GB.
This commit is contained in:
Thijs van Loef
2024-01-26 09:13:35 +01:00
committed by GitHub
3 changed files with 3 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ This Docker container has been tested and will work on both Linux (Ubuntu/Debian
|----------|---------|------------------------------------------|
| CPU | 4 cores | 4+ cores |
| RAM | 16GB | Recommend over 32GB for stable operation |
| Storage | 4GB | 10GB |
| Storage | 4GB | 12GB |
## How to use

View File

@@ -24,7 +24,7 @@ server:
# -- Keeps helm from deleting the PVC. By default, helm does not delete pvcs.
preventDelete: false
# -- The size of the pvc storage.
size: 10Gi
size: 12Gi
# -- The storage class name.
storageClassName: ""
# -- (dict) Define the parameters for the server image container
@@ -133,5 +133,3 @@ server:
password: ""
# -- (string) If not provided, a random server name will be generated with the "palworld_" prefix.
server_name: ""

View File

@@ -9,4 +9,4 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 10Gi
storage: 12Gi