Update mods URL for minecraft
This commit is contained in:
parent
a4154ebecd
commit
bd05833d62
@ -137,7 +137,7 @@ initContainers:
|
|||||||
command:
|
command:
|
||||||
- curl
|
- curl
|
||||||
- -L
|
- -L
|
||||||
- "https://s3.badhouseplants.net/public-download/server_mods.tar"
|
- "https://s3.badhouseplants.net/minecraft-mods/server_mods.tar"
|
||||||
- -o
|
- -o
|
||||||
- /download/server_mods.tar
|
- /download/server_mods.tar
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
@ -63,7 +63,7 @@ tls:
|
|||||||
privateKey: private.key
|
privateKey: private.key
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
accessMode: ReadWriteMany
|
accessMode: ReadWriteOnce
|
||||||
size: 10Gi
|
size: 10Gi
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
|
Loading…
Reference in New Issue
Block a user