|
3 years ago | |
---|---|---|
charts | 3 years ago | |
sample | 3 years ago | |
scripts | 3 years ago | |
templates | 3 years ago | |
.gitignore | 3 years ago | |
Chart.yaml | 3 years ago | |
LICENSE | 4 years ago | |
README.md | 3 years ago | |
requirements.lock | 3 years ago | |
requirements.yaml | 3 years ago | |
values.yaml | 3 years ago |
Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent.
Currently if you want use persistent volume you need to create persistent volume and persistent volume claim. You may use sample claims from sample
:
ChangeMeStorageClass
to your correct classkubectl apply -f sample/claim.pvc-pt.yml
You also need a postgresql server.
If you know what you are doing and want to store postgres in Kubernetes, I suggest the excellent stolon.
$ helm install --name my-release .
Specify each parameter using the --set key=value[,key=value] argument to helm install. For example,
$ helm install --name my-release \
--set environment.hostname=new.domain.tld,\
postgresql.postgresPassword=secretpassword \
.
Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example,
$ helm install --name my-release -f values.yaml .
See the sample/values.yml for example of values to use
Originated from https://github.com/MikaXII/helm-charts
Thanks!