Skip to content

Commit

Permalink
enable ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpeople committed Mar 2, 2024
1 parent ba57c5f commit c4e84e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ spec:
extraEnv:
ENABLE_AUTOPAUSE: false
TZ: ${TIMEZONE}
ENABLE_SSH: "TRUE"
minecraftServer:
eula: "TRUE"
version: LATEST
Expand All @@ -74,6 +73,7 @@ spec:
serverName: Thomas' Creative Server
levelName: world
# memory: 2048M
enableSSH: true
rcon:
enabled: false
extraVolumes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ spec:
extraEnv:
ENABLE_AUTOPAUSE: false
TZ: ${TIMEZONE}
ENABLE_SSH: "TRUE"
# podAnnotations:
# configmap.reloader.stakater.com/reload: mc-backup-configmap
minecraftServer:
Expand All @@ -77,6 +76,7 @@ spec:
serverName: Thomas' Insel Server
levelName: insel
# memory: 2048M
enableSSH: true
rcon:
enabled: false
extraVolumes:
Expand Down

0 comments on commit c4e84e1

Please sign in to comment.