Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
spiceratops committed Nov 10, 2024
1 parent 4323108 commit 621e14a
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions kubernetes/apps/gaming/shulker/cluster/cobblemon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ spec:
- name: cobblemon
persistentVolumeClaim:
claimName: minecraft-cobblemon
env:
- name: MOD_PLATFORM
value: MODRINTH
- name: MODRINTH_MODPACK
value: https://modrinth.com/modpack/cobblemon-fabric/version/1.5
- name: JVM_XX_OPTS
value: "-XX:MaxRAMPercentage=75"
tags:
- minecraft-cobblemon
version:
Expand All @@ -36,13 +43,7 @@ spec:
max-players: "8"
gamemode: "survival"
difficulty: "easy"
env:
- name: MOD_PLATFORM
value: MODRINTH
- name: MODRINTH_MODPACK
value: https://modrinth.com/modpack/cobblemon-fabric/version/1.5
- name: JVM_XX_OPTS
value: "-XX:MaxRAMPercentage=75"
\
image:
imagePullSecrets: []
name: "itzg/minecraft-server:java21@sha256:7605a582444efbf57aefa257480ad5c282bfa677cda792a4781d3917ac6406c6"

0 comments on commit 621e14a

Please sign in to comment.