This commit is contained in:
parent
149087fb03
commit
defd7b442c
@ -21,4 +21,7 @@ spec:
|
||||
- name: minecraft-rcon
|
||||
port: 28016
|
||||
targetPort: 28016
|
||||
- name: minecraft-files
|
||||
port: 80
|
||||
targetPort: 80
|
||||
type: LoadBalancer
|
||||
|
@ -95,6 +95,16 @@ spec:
|
||||
mountPath: /data
|
||||
- name: minecraft-modpacks
|
||||
mountPath: /modpacks
|
||||
|
||||
# Sidecar providing access to upload/view/download raw media files
|
||||
- name: filebrowswer
|
||||
image: filebrowser/filebrowser:latest
|
||||
volumeMounts:
|
||||
- name: minecraft-data
|
||||
mountPath: /srv
|
||||
ports:
|
||||
- containerPort: 80
|
||||
|
||||
volumes:
|
||||
- name: minecraft-data
|
||||
persistentVolumeClaim:
|
||||
|
Loading…
Reference in New Issue
Block a user