21 lines
390 B
Markdown
21 lines
390 B
Markdown
---
|
|
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`)
|