mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-24 22:47:25 +00:00
.. | ||
common.env | ||
darkflame.yml | ||
DLU.Dockerfile | ||
kustomization.yml | ||
mariadb.yml | ||
pod-template.yml | ||
README.md |
Kubernetes Setup
Debian
minikube start --driver kvm2
minikube mount /path/to/client:/luclient
or
minikube start --mount --mount-options="ro" --mount-string="/path/to/client:/luclient"
Fish Shell
eval $(minikube -p minikube docker-env)
To Build
docker build -t ghcr.io/darkflameuniverse/darkflameserver -f ./k8s/DLU.Dockerfile .
Install
kubectl apply -k k8s