Switch back to modpack
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
bf82025519
commit
785ac6c8bc
@ -13,22 +13,22 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: games
|
app: games
|
||||||
spec:
|
spec:
|
||||||
initContainers:
|
#initContainers:
|
||||||
- name: modpack-downloader
|
#- name: modpack-downloader
|
||||||
image: alpine:latest
|
# image: alpine:latest
|
||||||
volumeMounts:
|
# volumeMounts:
|
||||||
- name: minecraft-modpacks
|
# - name: minecraft-modpacks
|
||||||
mountPath: /modpacks
|
# mountPath: /modpacks
|
||||||
env:
|
# env:
|
||||||
- name: MODPACK_URL
|
# - name: MODPACK_URL
|
||||||
value: "https://s3.clortox.com/minecraft-modpacks/cf-modpack-latest.zip"
|
# #value: "https://s3.clortox.com/minecraft-modpacks/cf-modpack-latest.zip"
|
||||||
#value: "https://s3.clortox.com/minecraft-modpacks/modpack-latest.zip"
|
# value: "https://s3.clortox.com/minecraft-modpacks/modpack-latest.zip"
|
||||||
command: ["/bin/sh"]
|
# command: ["/bin/sh"]
|
||||||
args:
|
# args:
|
||||||
- "-c"
|
# - "-c"
|
||||||
- |
|
# - |
|
||||||
rm -rf /modpacks/*
|
# rm -rf /modpacks/*
|
||||||
wget -O /modpacks/modpack.zip "$MODPACK_URL"
|
# wget -O /modpacks/modpack.zip "$MODPACK_URL"
|
||||||
containers:
|
containers:
|
||||||
- name: minecraft
|
- name: minecraft
|
||||||
image: itzg/minecraft-server:java8-jdk
|
image: itzg/minecraft-server:java8-jdk
|
||||||
@ -54,16 +54,16 @@ spec:
|
|||||||
value: "TRUE"
|
value: "TRUE"
|
||||||
|
|
||||||
# Proper curseforge pack
|
# Proper curseforge pack
|
||||||
- name: TYPE
|
#- name: TYPE
|
||||||
value: "CURSEFORGE"
|
# value: "CURSEFORGE"
|
||||||
- name: CF_SERVER_MOD
|
#- name: CF_SERVER_MOD
|
||||||
value: "/modpacks/modpack.zip"
|
# value: "/modpacks/modpack.zip"
|
||||||
|
|
||||||
# Generic Forge configuration
|
# Generic Forge configuration
|
||||||
#- name: TYPE
|
- name: TYPE
|
||||||
# value: "FORGE"
|
value: "FORGE"
|
||||||
#- name: MODPACK
|
- name: MODPACK
|
||||||
# value: "https://s3.clortox.com/minecraft-modpacks/modpack-latest.zip"
|
value: "https://s3.clortox.com/minecraft-modpacks/modpack-latest.zip"
|
||||||
#- name: CUSTOM_SERVER_PROPERTIES
|
#- name: CUSTOM_SERVER_PROPERTIES
|
||||||
# value: |
|
# value: |
|
||||||
# level-type=EarthCubic
|
# level-type=EarthCubic
|
||||||
|
Loading…
Reference in New Issue
Block a user