Skip to content

Commit

Permalink
Update palworld.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
shepherdjerred authored Feb 3, 2024
1 parent 157f507 commit 417112b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdk8s/src/services/games/palworld.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export function createPalworldDeployment(chart: Chart) {
ENABLE_INVADER_ENEMY: EnvValue.fromValue("False"),
PAL_STOMACH_DECREASE_RATE: EnvValue.fromValue("-1.000000"),
UPDATE_ON_BOOT: EnvValue.fromValue("true"),
BUILD_OBJECT_DETERIORATION_DAMAGE_RATE: EnvValue.fromValue("1"),
BUILD_OBJECT_DETERIORATION_DAMAGE_RATE: EnvValue.fromValue("3"),
},
volumeMounts: [
{
Expand Down

0 comments on commit 417112b

Please sign in to comment.