chart: forgot to add ingress to readme (#800)

This commit is contained in:
acelinkio 2025-01-31 08:19:37 -08:00 committed by GitHub
commit 208149963c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -42,7 +42,7 @@ Kyoo does not have a plugin system and aim to have every features built-in (see
Kyoo currently supports Web and Android clients, with additional platforms being thought about. Rough estimates: Kyoo currently supports Web and Android clients, with additional platforms being thought about. Rough estimates:
* Today: Web & Android * Today: Web & Android
* Spring 2025: Chromecast * Spring 2025: Chromecast
* Summer 2025: AndriodTV * Summer 2025: AndroidTV
Don't see your client? Kyoo is focused on adding features but welcomes contributors! The frontend is built with React-Native and Expo. Come hang and develop with us on Discord. Don't see your client? Kyoo is focused on adding features but welcomes contributors! The frontend is built with React-Native and Expo. Come hang and develop with us on Discord.

View File

@ -76,6 +76,10 @@ media:
nfs: nfs:
server: mynasserver server: mynasserver
path: /spin0/media path: /spin0/media
ingress:
enabled: true
host: kyoo.mydomain.com
tls: true
``` ```
by default the chart expects to consume a Kubernetes secret named `bigsecret`. That secret should look similar to: by default the chart expects to consume a Kubernetes secret named `bigsecret`. That secret should look similar to: