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
|
- name: ENABLE_RCON
|
||||||
value: "TRUE"
|
value: "TRUE"
|
||||||
- name: RCON_PORT
|
- name: RCON_PORT
|
||||||
value: 28016
|
value: "28016"
|
||||||
- name: MEMORY
|
- name: MEMORY
|
||||||
value: "8G"
|
value: "8G"
|
||||||
- name: USE_AIKAR_FLAGS
|
- name: USE_AIKAR_FLAGS
|
||||||
@ -31,28 +31,28 @@ spec:
|
|||||||
value: "true"
|
value: "true"
|
||||||
- name: TZ
|
- name: TZ
|
||||||
value: "America/New_York"
|
value: "America/New_York"
|
||||||
#
|
|
||||||
# - name: VERSION
|
- name: VERSION
|
||||||
# value: "1.12.2"
|
value: "1.12.2"
|
||||||
# #- name: TYPE
|
- name: TYPE
|
||||||
# # value: "AUTO_CURSEFORGE"
|
value: "AUTO_CURSEFORGE"
|
||||||
#
|
|
||||||
# - name: ICON
|
- name: ICON
|
||||||
# value: "https://s3.clortox.com/static-assets/img/jenny.png"
|
value: "https://s3.clortox.com/static-assets/img/jenny.png"
|
||||||
# - name: OVERRIDE_ICON
|
- name: OVERRIDE_ICON
|
||||||
# value: "TRUE"
|
value: "TRUE"
|
||||||
# - name: MOTD
|
- name: MOTD
|
||||||
# value: "Lol. Lmao Even."
|
value: "Lol. Lmao Even."
|
||||||
# - name: MAX_PLAYERS
|
- name: MAX_PLAYERS
|
||||||
# value: "50"
|
value: "50"
|
||||||
# - name: SPAWN_PROTECTION
|
- name: SPAWN_PROTECTION
|
||||||
# value: "0"
|
value: "0"
|
||||||
# - name: DIFFICULTY
|
- name: DIFFICULTY
|
||||||
# value: "hard"
|
value: "hard"
|
||||||
# - name: OPS
|
- name: OPS
|
||||||
# value: "Gritos_Internos"
|
value: "Gritos_Internos"
|
||||||
# - name: ALLOW_FLIGHT
|
- name: ALLOW_FLIGHT
|
||||||
# value: "TRUE"
|
value: "TRUE"
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 25565
|
- containerPort: 25565
|
||||||
- containerPort: 28016
|
- containerPort: 28016
|
||||||
|
Loading…
Reference in New Issue
Block a user