-
-
Notifications
You must be signed in to change notification settings - Fork 305
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into removed-root-processes
- Loading branch information
Showing
23 changed files
with
599 additions
and
184 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,72 +1,72 @@ | ||
TZ="UTC" | ||
PLAYERS="16" | ||
PORT="8211" | ||
PUID="1000" | ||
PGID="1000" | ||
MULTITHREADING="false" | ||
COMMUNITY="false" | ||
PUBLIC_IP="" | ||
PUBLIC_PORT="" | ||
SERVER_NAME="" | ||
SERVER_DESCRIPTION="" | ||
SERVER_PASSWORD="" | ||
ADMIN_PASSWORD="" | ||
UPDATE_ON_BOOT="true" | ||
RCON_ENABLED="true" | ||
RCON_PORT="25575" | ||
QUERY_PORT="27015" | ||
TZ=UTC | ||
PLAYERS=16 | ||
PORT=8211 | ||
PUID=1000 | ||
PGID=1000 | ||
MULTITHREADING=false | ||
COMMUNITY=false | ||
PUBLIC_IP= | ||
PUBLIC_PORT= | ||
SERVER_NAME=World of Pals | ||
SERVER_DESCRIPTION=palworld-server-docker by Thijs van Loef | ||
SERVER_PASSWORD=worldofpals | ||
ADMIN_PASSWORD=adminPasswordHere | ||
UPDATE_ON_BOOT=true | ||
RCON_ENABLED=true | ||
RCON_PORT=25575 | ||
QUERY_PORT=27015 | ||
|
||
|
||
DIFFICULTY="None" | ||
DAYTIME_SPEEDRATE="1.000000" | ||
NIGHTTIME_SPEEDRATE="1.000000" | ||
EXP_RATE="1.000000" | ||
PAL_CAPTURE_RATE="1.000000" | ||
PAL_SPAWN_NUM_RATE="1.000000" | ||
PAL_DAMAGE_RATE_ATTACK="1.000000" | ||
PAL_DAMAGE_RATE_DEFENSE="1.000000" | ||
PLAYER_DAMAGE_RATE_ATTACK="1.000000" | ||
PLAYER_DAMAGE_RATE_DEFENSE="1.000000" | ||
PLAYER_STOMACH_DECREASE_RATE="1.000000" | ||
PLAYER_STAMINA_DECREASE_RATE="1.000000" | ||
PLAYER_AUTO_HP_REGEN_RATE="1.000000" | ||
PLAYER_AUTO_HP_REGEN_RATE_IN_SLEEP="1.000000" | ||
PAL_STOMACH_DECREASE_RATE="1.000000" | ||
PAL_STAMINA_DECREASE_RATE="1.000000" | ||
PAL_AUTO_HP_REGEN_RATE="1.000000" | ||
PAL_AUTO_HP_REGEN_RATE_IN_SLEEP="1.000000" | ||
BUILD_OBJECT_DAMAGE_RATE="1.000000" | ||
BUILD_OBJECT_DETERIORATION_DAMAGE_RATE="1.000000" | ||
COLLECTION_DROP_RATE="1.000000" | ||
COLLECTION_OBJECT_HP_RATE="1.000000" | ||
COLLECTION_OBJECT_RESPAWN_SPEED_RATE="1.000000" | ||
ENEMY_DROP_ITEM_RATE="1.000000" | ||
DEATH_PENALTY="All" | ||
ENABLE_PLAYER_TO_PLAYER_DAMAGE="False" | ||
ENABLE_FRIENDLY_FIRE="False" | ||
ENABLE_INVADER_ENEMY="True" | ||
ACTIVE_UNKO="False" | ||
ENABLE_AIM_ASSIST_PAD="True" | ||
ENABLE_AIM_ASSIST_KEYBOARD="False" | ||
DROP_ITEM_MAX_NUM="3000" | ||
DROP_ITEM_MAX_NUM_UNKO="100" | ||
BASE_CAMP_MAX_NUM="128" | ||
BASE_CAMP_WORKER_MAXNUM="15" | ||
DROP_ITEM_ALIVE_MAX_HOURS="1.000000" | ||
AUTO_RESET_GUILD_NO_ONLINE_PLAYERS="False" | ||
AUTO_RESET_GUILD_TIME_NO_ONLINE_PLAYERS="72.00000" | ||
GUILD_PLAYER_MAX_NUM="20" | ||
PAL_EGG_DEFAULT_HATCHING_TIME="72.00000" | ||
WORK_SPEED_RATE="1.000000" | ||
IS_MULTIPLAY="False" | ||
IS_PVP="False" | ||
CAN_PICKUP_OTHER_GUILD_DEATH_PENALTY_DROP="False" | ||
ENABLE_NON_LOGIN_PENALTY="True" | ||
ENABLE_FAST_TRAVEL="True" | ||
IS_START_LOCATION_SELECT_BY_MAP="True" | ||
EXIST_PLAYER_AFTER_LOGOUT="False" | ||
ENABLE_DEFENSE_OTHER_GUILD_PLAYER="False" | ||
COOP_PLAYER_MAX_NUM="4" | ||
REGION="" | ||
USEAUTH="True" | ||
BAN_LIST_URL="https://api.palworldgame.com/api/banlist.txt" | ||
DIFFICULTY=None | ||
DAYTIME_SPEEDRATE=1.000000 | ||
NIGHTTIME_SPEEDRATE=1.000000 | ||
EXP_RATE=1.000000 | ||
PAL_CAPTURE_RATE=1.000000 | ||
PAL_SPAWN_NUM_RATE=1.000000 | ||
PAL_DAMAGE_RATE_ATTACK=1.000000 | ||
PAL_DAMAGE_RATE_DEFENSE=1.000000 | ||
PLAYER_DAMAGE_RATE_ATTACK=1.000000 | ||
PLAYER_DAMAGE_RATE_DEFENSE=1.000000 | ||
PLAYER_STOMACH_DECREASE_RATE=1.000000 | ||
PLAYER_STAMINA_DECREASE_RATE=1.000000 | ||
PLAYER_AUTO_HP_REGEN_RATE=1.000000 | ||
PLAYER_AUTO_HP_REGEN_RATE_IN_SLEEP=1.000000 | ||
PAL_STOMACH_DECREASE_RATE=1.000000 | ||
PAL_STAMINA_DECREASE_RATE=1.000000 | ||
PAL_AUTO_HP_REGEN_RATE=1.000000 | ||
PAL_AUTO_HP_REGEN_RATE_IN_SLEEP=1.000000 | ||
BUILD_OBJECT_DAMAGE_RATE=1.000000 | ||
BUILD_OBJECT_DETERIORATION_DAMAGE_RATE=1.000000 | ||
COLLECTION_DROP_RATE=1.000000 | ||
COLLECTION_OBJECT_HP_RATE=1.000000 | ||
COLLECTION_OBJECT_RESPAWN_SPEED_RATE=1.000000 | ||
ENEMY_DROP_ITEM_RATE=1.000000 | ||
DEATH_PENALTY=All | ||
ENABLE_PLAYER_TO_PLAYER_DAMAGE=False | ||
ENABLE_FRIENDLY_FIRE=False | ||
ENABLE_INVADER_ENEMY=True | ||
ACTIVE_UNKO=False | ||
ENABLE_AIM_ASSIST_PAD=True | ||
ENABLE_AIM_ASSIST_KEYBOARD=False | ||
DROP_ITEM_MAX_NUM=3000 | ||
DROP_ITEM_MAX_NUM_UNKO=100 | ||
BASE_CAMP_MAX_NUM=128 | ||
BASE_CAMP_WORKER_MAXNUM=15 | ||
DROP_ITEM_ALIVE_MAX_HOURS=1.000000 | ||
AUTO_RESET_GUILD_NO_ONLINE_PLAYERS=False | ||
AUTO_RESET_GUILD_TIME_NO_ONLINE_PLAYERS=72.00000 | ||
GUILD_PLAYER_MAX_NUM=20 | ||
PAL_EGG_DEFAULT_HATCHING_TIME=72.00000 | ||
WORK_SPEED_RATE=1.000000 | ||
IS_MULTIPLAY=False | ||
IS_PVP=False | ||
CAN_PICKUP_OTHER_GUILD_DEATH_PENALTY_DROP=False | ||
ENABLE_NON_LOGIN_PENALTY=True | ||
ENABLE_FAST_TRAVEL=True | ||
IS_START_LOCATION_SELECT_BY_MAP=True | ||
EXIST_PLAYER_AFTER_LOGOUT=False | ||
ENABLE_DEFENSE_OTHER_GUILD_PLAYER=False | ||
COOP_PLAYER_MAX_NUM=4 | ||
REGION= | ||
USEAUTH=True | ||
BAN_LIST_URL=https://api.palworldgame.com/api/banlist.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,34 @@ | ||
apiVersion: v2 | ||
name: palworld | ||
version: 0.0.2 | ||
description: This chart will provide a Palworld server installation on a kubernetes cluster. | ||
description: This chart will provide a Palworld server installation on a kubernetes cluster | ||
type: application | ||
keywords: | ||
- palworld | ||
- server | ||
- kubernetes | ||
- helm | ||
- palworld | ||
- server | ||
- kubernetes | ||
- helm | ||
home: https://github.com/thijsvanloef/palworld-server-docker | ||
sources: | ||
- https://github.com/thijsvanloef/palworld-server-docker | ||
- https://github.com/thijsvanloef/palworld-server-docker | ||
maintainers: | ||
- name: Filipe Souza | ||
email: [email protected] | ||
url: https://github.com/Filipe-Souza | ||
- name: Filipe Souza | ||
email: [email protected] | ||
url: https://github.com/Filipe-Souza | ||
- name: Twinki | ||
url: https://github.com/Twinki14 | ||
icon: https://cdn.akamai.steamstatic.com/steam/apps/1623730/header.jpg | ||
appVersion: "latest" | ||
deprecated: false | ||
deprecated: false | ||
annotations: | ||
artifacthub.io/alternativeName: palworld-server | ||
artifacthub.io/license: MIT | ||
artifacthub.io/links: | | ||
- name: Chart source | ||
url: https://github.com/thijsvanloef/palworld-server-docker/tree/main/charts/palworld | ||
- name: Docker image source | ||
url: https://github.com/thijsvanloef/palworld-server-docker | ||
artifacthub.io/images: | | ||
- name: palworld-server-docker | ||
image: thijsvanloef/palworld-server-docker:latest | ||
artifacthub.io/screenshots: https://cdn.akamai.steamstatic.com/steam/apps/1623730/header.jpg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{{ if .Values.server.config.daily_reboot.enable }} | ||
apiVersion: batch/v1 | ||
kind: CronJob | ||
metadata: | ||
name: "{{ .Values.server.config.daily_reboot.serviceAccount }}" | ||
namespace: {{ .Values.namespace }} | ||
spec: | ||
concurrencyPolicy: Forbid | ||
schedule: "{{ .Values.server.config.daily_reboot.time }}" | ||
jobTemplate: | ||
spec: | ||
backoffLimit: 1 | ||
activeDeadlineSeconds: 600 | ||
template: | ||
spec: | ||
serviceAccountName: "{{ .Values.server.config.daily_reboot.serviceAccount }}" | ||
restartPolicy: Never | ||
containers: | ||
- name: kubectl | ||
image: bitnami/kubectl | ||
command: | ||
- /bin/sh | ||
- -c | ||
- /restart-script/restart-deployment.sh | ||
volumeMounts: | ||
- name: restart-script | ||
mountPath: "/restart-script" | ||
readOnly: true | ||
volumes: | ||
- name: restart-script | ||
configMap: | ||
name: "{{ .Release.Name }}-env-config" | ||
defaultMode: 0777 | ||
items: | ||
- key: "restart-deployment.sh" | ||
path: "restart-deployment.sh" | ||
{{ end }} |
Oops, something went wrong.