27 lines
1.0 KiB
Markdown
27 lines
1.0 KiB
Markdown
# Deployments — Nimmerworld
|
|
|
|
Kubernetes manifests + systemd unit files for nimmerworld services.
|
|
|
|
## Sub-structure (planned)
|
|
|
|
```
|
|
deployments/
|
|
├── README.md # this file
|
|
├── k8s/ # Kubernetes manifests per service per environment
|
|
│ ├── compositor-{env}.yaml # Stateless workers (autoscaling)
|
|
│ ├── governor-{env}.yaml # GM / Governor (singleton or sharded)
|
|
│ └── director-{env}.yaml # Ephemeral per-event-chain (Job pattern?)
|
|
└── systemd/ # systemd units for bare-metal / VM-bound services
|
|
└── gameserver-{env}.service # World Server (per-district authoritative state)
|
|
```
|
|
|
|
## Status
|
|
|
|
⏳ **Stub** — manifests land here as services are implemented.
|
|
|
|
> **Platform deployment patterns:** [`../../nimmerverse.eachpath.local/deployments/`](../../nimmerverse.eachpath.local/deployments/)
|
|
|
|
---
|
|
|
|
**Version:** 0.1 | **Created:** 2026-04-26 | **Updated:** 2026-04-26
|