Browse Source

Add info about Helm chart to the docs

DarthSim 5 years ago
parent
commit
6581f84501
1 changed files with 16 additions and 0 deletions
  1. 16 0
      docs/installation.md

+ 16 - 0
docs/installation.md

@@ -18,6 +18,22 @@ docker build -f docker/Dockerfile -t imgproxy .
 docker run -p 8080:8080 -it imgproxy
 ```
 
+## Helm
+
+imgproxy can be easily deployed to your Kubernetes cluster using Helm and our official Helm chart:
+
+```bash
+helm repo add imgproxy https://helm.imgproxy.net/
+
+# With Helm 3
+helm upgrade -i imgproxy imgproxy/imgproxy
+
+# With Helm 2
+helm upgrade -i --name imgproxy imgproxy/imgproxy
+```
+
+Read the [chart's README](https://github.com/imgproxy/imgproxy-helm) for more info.
+
 ## Heroku
 
 imgproxy can be deployed to Heroku with a click of a button: