docs: add docs
This commit is contained in:
parent
c786404692
commit
7d8ff5fd1e
11 changed files with 159 additions and 0 deletions
21
docs/roadmap.md
Normal file
21
docs/roadmap.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
hide:
|
||||
- navigation
|
||||
---
|
||||
|
||||
# Roadmap
|
||||
|
||||
|
||||
## Phase one: Proof of Concept
|
||||
|
||||
- [X] Docker image build
|
||||
- [ ] Basic Helm chart
|
||||
|
||||
## Phase two: Automation
|
||||
|
||||
- [ ] Automate releases with GitHub Actions
|
||||
- [ ] Kubernetes autoscaling via [HPA](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/)
|
||||
|
||||
## Phase three: Stable release
|
||||
|
||||
- [ ] Create first stable release (e.g. `1.0.0`)
|
||||
Reference in a new issue