diff --git a/docs/deployment.md b/docs/deployment.md index 30a71189..68a0337b 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -21,6 +21,7 @@ Once you've got Dashy up and running, you'll want to configure it with your own - [Deployment Methods](#deployment-methods) - [Deploy with Docker](#deploy-with-docker) - [Using Docker Compose](#using-docker-compose) + - [Kubernetes](#kubernetes) - [Unraid](#unraid) - [Synology NAS](#synology-nas) - [Build from Source](#build-from-source) @@ -134,6 +135,12 @@ If you are building from source, and would like to use one of the [other Dockerf --- +## Kubernetes + +@vyrtualsynthese has written a Helm Chart for deploying with Kubernetes, available [here](https://github.com/vyrtualsynthese/selfhosted-helmcharts/tree/main/charts/dashy) + +--- + ## Unraid // TODO