Add minecraft service
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tyler Perkins 2023-12-17 21:17:05 -05:00
parent 149087fb03
commit defd7b442c
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8
2 changed files with 13 additions and 0 deletions

View File

@ -21,4 +21,7 @@ spec:
- name: minecraft-rcon
port: 28016
targetPort: 28016
- name: minecraft-files
port: 80
targetPort: 80
type: LoadBalancer

View File

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