Update mods URL for minecraft

This commit is contained in:
Nikolai Rodionov 2024-10-29 22:16:16 +01:00
parent a4154ebecd
commit bd05833d62
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD
2 changed files with 2 additions and 2 deletions

View File

@ -137,7 +137,7 @@ initContainers:
command:
- curl
- -L
- "https://s3.badhouseplants.net/public-download/server_mods.tar"
- "https://s3.badhouseplants.net/minecraft-mods/server_mods.tar"
- -o
- /download/server_mods.tar
volumeMounts:

View File

@ -63,7 +63,7 @@ tls:
privateKey: private.key
persistence:
enabled: true
accessMode: ReadWriteMany
accessMode: ReadWriteOnce
size: 10Gi
service:
type: ClusterIP