File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -192,6 +192,21 @@ $ modal deploy golinks.py
192192
193193</details>
194194
195+ <details>
196+ <summary>Deploy on Kubernetes</summary>
197+
198+ There is an helm chart provided [here](https://github.com/tiesmaster/golink-helm-chart)
199+ that can be used to deploy golink to Kubernetes.
200+ See the `README.md` for [full instructions](https://github.com/tiesmaster/golink-helm-chart#installing-the-chart),
201+ and [helm values](https://github.com/tiesmaster/golink-helm-chart?tab=readme-ov-file#values).
202+ But in a nutshell, you can deploy to Kubernetes like this :
203+
204+ ` ` ` sh
205+ helm install golink oci://ghcr.io/tiesmaster/golink
206+ ` ` `
207+
208+ </details>
209+
195210# # Permissions
196211
197212By default, users own the links they create and only they can update or delete those links.
You can’t perform that action at this time.
0 commit comments