This repository has been archived on 2026-05-06. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2025-03-16 14:20:05 +01:00
deployment feat: restore minecraft deployment for final backup 2025-03-16 14:20:05 +01:00
development feat: restore minecraft deployment for final backup 2025-03-16 14:20:05 +01:00
.gitignore feat: refactored repo to new argocd format 2025-02-24 15:57:20 +01:00
.sops.yaml feat: moved to development-deployment repo structure 2025-03-16 13:57:53 +01:00
install-git-hooks.sh feat: moved to development-deployment repo structure 2025-03-16 13:57:53 +01:00
kustomize-build.sh feat: moved to development-deployment repo structure 2025-03-16 13:57:53 +01:00
README.md feat: moved to development-deployment repo structure 2025-03-16 13:57:53 +01:00

minecraft-bedrock-server

https://github.com/itzg/docker-minecraft-bedrock-server

Please edit the code within the development directory and run kustomize-build.sh.

What is in this repository?

  • development - The editable deployment configuration.
  • deployment - The generated deployment files from development
  • kustomize-build.sh - A script to quickly output the Kubernetes manifests.
    It also generates the deployment from the development.
  • install-git-hooks.sh This script installs the kustomize-build.sh as Git pre-commit hook.