mirror of
https://github.com/techno-tim/littlelink-server.git
synced 2025-01-26 15:41:22 +01:00
Updated Install Documentation for Kubernetes
This commit is contained in:
parent
819a5163a8
commit
987193359b
18
README.md
18
README.md
@ -5,6 +5,8 @@ It takes the same simple approach to a link page and hosts it within a nodeJS se
|
||||
|
||||
# 🚀 Getting Started
|
||||
|
||||
## Docker
|
||||
|
||||
`docker-compose.yml`
|
||||
|
||||
```yml
|
||||
@ -89,6 +91,22 @@ docker run -d \
|
||||
ghcr.io/techno-tim/littlelink-server:latest
|
||||
```
|
||||
|
||||
## Kubernetes
|
||||
|
||||
[unoffical helm chart provided by k8s-at-home](https://github.com/k8s-at-home/charts/tree/master/charts/stable/littlelink-server)
|
||||
|
||||
```
|
||||
helm repo add k8s-at-home https://k8s-at-home.com/charts/
|
||||
helm repo update
|
||||
helm install littlelink-server \
|
||||
--set env.TZ="America/New York" \
|
||||
--set env.META_TITLE="Technotim"
|
||||
k8s-at-home/littlelink-server
|
||||
```
|
||||
Or use a values.yaml files
|
||||
|
||||
`helm install littlelink-server k8s-at-home/littlelink-server -f values.yaml`
|
||||
|
||||
|
||||
# 👇 What is LittleLink?
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user