This commit is contained in:
parent
149087fb03
commit
defd7b442c
@ -21,4 +21,7 @@ spec:
|
|||||||
- name: minecraft-rcon
|
- name: minecraft-rcon
|
||||||
port: 28016
|
port: 28016
|
||||||
targetPort: 28016
|
targetPort: 28016
|
||||||
|
- name: minecraft-files
|
||||||
|
port: 80
|
||||||
|
targetPort: 80
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
|
@ -95,6 +95,16 @@ spec:
|
|||||||
mountPath: /data
|
mountPath: /data
|
||||||
- name: minecraft-modpacks
|
- name: minecraft-modpacks
|
||||||
mountPath: /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:
|
volumes:
|
||||||
- name: minecraft-data
|
- name: minecraft-data
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
|
Loading…
Reference in New Issue
Block a user