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: 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:

View File

@ -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