Fix environment variables
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tyler Perkins 2023-12-14 20:48:24 -05:00
parent e36d111c8d
commit 2ee3ff6d8e
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8

View File

@ -22,7 +22,7 @@ spec:
- name: ENABLE_RCON
value: "TRUE"
- name: RCON_PORT
value: 28016
value: "28016"
- name: MEMORY
value: "8G"
- name: USE_AIKAR_FLAGS
@ -31,28 +31,28 @@ spec:
value: "true"
- name: TZ
value: "America/New_York"
#
# - name: VERSION
# value: "1.12.2"
# #- name: TYPE
# # value: "AUTO_CURSEFORGE"
#
# - name: ICON
# value: "https://s3.clortox.com/static-assets/img/jenny.png"
# - name: OVERRIDE_ICON
# value: "TRUE"
# - name: MOTD
# value: "Lol. Lmao Even."
# - name: MAX_PLAYERS
# value: "50"
# - name: SPAWN_PROTECTION
# value: "0"
# - name: DIFFICULTY
# value: "hard"
# - name: OPS
# value: "Gritos_Internos"
# - name: ALLOW_FLIGHT
# value: "TRUE"
- name: VERSION
value: "1.12.2"
- name: TYPE
value: "AUTO_CURSEFORGE"
- name: ICON
value: "https://s3.clortox.com/static-assets/img/jenny.png"
- name: OVERRIDE_ICON
value: "TRUE"
- name: MOTD
value: "Lol. Lmao Even."
- name: MAX_PLAYERS
value: "50"
- name: SPAWN_PROTECTION
value: "0"
- name: DIFFICULTY
value: "hard"
- name: OPS
value: "Gritos_Internos"
- name: ALLOW_FLIGHT
value: "TRUE"
ports:
- containerPort: 25565
- containerPort: 28016