Skip to content

Commit

Permalink
set SERVER_SETTINGS_MODE=auto
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb-devops committed Feb 2, 2024
1 parent ff855fc commit 73f6c1d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/palworld/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: palworld
version: 0.1.2
version: 0.1.3
description: Palworld Helm chart for Kubernetes
home: https://github.com/caleb-devops/palworld-helm
sources:
Expand Down
9 changes: 5 additions & 4 deletions charts/palworld/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,18 @@ To configure the server, add the [environment variables](https://github.com/jamm
```yaml
config:
env:
TZ: UTC # Timezone used for time stamping server backups
TZ: UTC # Timezone used for time stamping server backups
ALWAYS_UPDATE_ON_START: true
MAX_PLAYERS: 32
MULTITHREAD_ENABLED: true
COMMUNITY_SERVER: false
SERVER_NAME: "Default Palworld Server"
SERVER_DESCRIPTION: ""
BACKUP_ENABLED: true
BACKUP_CRON_EXPRESSION: "0 * * * *" # Backup every hour
BACKUP_RETENTION_POLICY: true # Cleanup old backups
BACKUP_RETENTION_AMOUNT_TO_KEEP: 168 # Retain backups for 7 days
SERVER_SETTINGS_MODE: auto # Apply game settings using environment variables
SERVER_NAME: "Default Palworld Server"
SERVER_DESCRIPTION: ""
MAX_PLAYERS: 32
PUBLIC_IP: ""
PUBLIC_PORT: 8211
Expand Down
7 changes: 4 additions & 3 deletions charts/palworld/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,16 @@ config:
env:
TZ: UTC # Timezone used for time stamping server backups
ALWAYS_UPDATE_ON_START: true
MAX_PLAYERS: 32
MULTITHREAD_ENABLED: true
COMMUNITY_SERVER: false
SERVER_NAME: "Default Palworld Server"
SERVER_DESCRIPTION: ""
BACKUP_ENABLED: true
BACKUP_CRON_EXPRESSION: "0 * * * *" # Backup every hour
BACKUP_RETENTION_POLICY: true # Cleanup old backups
BACKUP_RETENTION_AMOUNT_TO_KEEP: 168 # Retain backups for 7 days
SERVER_SETTINGS_MODE: auto # Apply game settings using environment variables
SERVER_NAME: "Default Palworld Server"
SERVER_DESCRIPTION: ""
MAX_PLAYERS: 32
PUBLIC_IP: ""
PUBLIC_PORT: 8211

Expand Down

0 comments on commit 73f6c1d

Please sign in to comment.