mirror of
https://github.com/outbackdingo/xmidt.git
synced 2026-01-27 10:20:52 +00:00
* Added k8s deployment * Make helm chart dependent on xmidt-* helm charts * Change repo user to xmidt * Update Readme
9 lines
528 B
Markdown
9 lines
528 B
Markdown
# Deploy
|
|
Currently two example deployments are provided:
|
|
- `docker-compose`
|
|
- [README.md](https://github.com/xmidt-org/xmidt/tree/master/deploy/docker-compose/README.md)
|
|
- see folder with example deployment: [docker-compose](https://github.com/xmidt-org/xmidt/tree/master/deploy/docker-compose)
|
|
- `kubernetes`
|
|
- [README.md](https://github.com/xmidt-org/xmidt/tree/master/deploy/kubernetes/README.md)
|
|
- see folder with example deployment: [kubernetes](https://github.com/xmidt-org/xmidt/tree/master/deploy/kubernetes)
|