doc: kubernetes dev cycle
All checks were successful
/ build (push) Successful in 1m39s

This commit is contained in:
Tamipes 2026-06-23 00:23:57 +02:00
parent cca97cfab0
commit e2004844d1
2 changed files with 14 additions and 0 deletions

View file

@ -1,5 +1,11 @@
# Development
TODO: fill this out
### Kubernetes test deployment
```bash
./upload.sh
# sudo kubectl apply -f kube/test-deployment.yaml # Apply the test deployment if it wasn't already
sudo kubectl rollout restart deployment minecraft-ingress
```
### Nix shell with tmux
In the nix flake there is a devshell setup with cargo and tmux.
When using tmux it uses a set tmux server path, so only this project uses it.