mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-11-21 14:03:21 -05:00
fix subchart settings/notes
This commit is contained in:
parent
864ee3efa2
commit
5d17f8f0f9
@ -9,7 +9,7 @@ appVersion: "0.0.0"
|
|||||||
icon: https://raw.githubusercontent.com/zoriya/Kyoo/refs/heads/master/icons/icon.svg
|
icon: https://raw.githubusercontent.com/zoriya/Kyoo/refs/heads/master/icons/icon.svg
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- condition: postgresql.enabled
|
- condition: postgres.enabled
|
||||||
name: postgres
|
name: postgres
|
||||||
repository: oci://registry-1.docker.io/cloudpirates
|
repository: oci://registry-1.docker.io/cloudpirates
|
||||||
version: 0.11.1
|
version: 0.11.1
|
||||||
|
|||||||
@ -12,7 +12,7 @@ helm upgrade kyoo oci://ghcr.io/zoriya/helm-charts/kyoo --install --values myval
|
|||||||
```yaml
|
```yaml
|
||||||
kyoo:
|
kyoo:
|
||||||
address: https://kyoo.mydomain.com
|
address: https://kyoo.mydomain.com
|
||||||
postgresql:
|
postgres:
|
||||||
enabled: true
|
enabled: true
|
||||||
extraObjects:
|
extraObjects:
|
||||||
- apiVersion: v1
|
- apiVersion: v1
|
||||||
@ -22,7 +22,6 @@ extraObjects:
|
|||||||
type: Opaque
|
type: Opaque
|
||||||
stringData:
|
stringData:
|
||||||
kyoo_apikeys: yHXWGsjfjE6sy6UxavqmTUYxgCFYek
|
kyoo_apikeys: yHXWGsjfjE6sy6UxavqmTUYxgCFYek
|
||||||
MEILI_MASTER_KEY: barkLike8SuperDucks
|
|
||||||
postgres_user: kyoo_all
|
postgres_user: kyoo_all
|
||||||
postgres_password: watchSomething4me
|
postgres_password: watchSomething4me
|
||||||
- kind: PersistentVolumeClaim
|
- kind: PersistentVolumeClaim
|
||||||
|
|||||||
@ -398,7 +398,7 @@ traefikproxy:
|
|||||||
extraVolumes: []
|
extraVolumes: []
|
||||||
|
|
||||||
# subchart settings
|
# subchart settings
|
||||||
postgresql:
|
postgres:
|
||||||
enabled: false
|
enabled: false
|
||||||
auth:
|
auth:
|
||||||
# default user to be created by postgres subchart
|
# default user to be created by postgres subchart
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user