Skip to content

Commit 2a02db0

Browse files
tiesmasterwillnorris
authored andcommitted
Document how you can deploy golink to Kubernetes via an helm chart
1 parent e33c1c2 commit 2a02db0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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

197212
By default, users own the links they create and only they can update or delete those links.

0 commit comments

Comments
 (0)