Fix environment variables
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e36d111c8d
commit
2ee3ff6d8e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user