mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-11-21 05:53:11 -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
|
||||
|
||||
dependencies:
|
||||
- condition: postgresql.enabled
|
||||
- condition: postgres.enabled
|
||||
name: postgres
|
||||
repository: oci://registry-1.docker.io/cloudpirates
|
||||
version: 0.11.1
|
||||
|
||||
@ -12,7 +12,7 @@ helm upgrade kyoo oci://ghcr.io/zoriya/helm-charts/kyoo --install --values myval
|
||||
```yaml
|
||||
kyoo:
|
||||
address: https://kyoo.mydomain.com
|
||||
postgresql:
|
||||
postgres:
|
||||
enabled: true
|
||||
extraObjects:
|
||||
- apiVersion: v1
|
||||
@ -22,7 +22,6 @@ extraObjects:
|
||||
type: Opaque
|
||||
stringData:
|
||||
kyoo_apikeys: yHXWGsjfjE6sy6UxavqmTUYxgCFYek
|
||||
MEILI_MASTER_KEY: barkLike8SuperDucks
|
||||
postgres_user: kyoo_all
|
||||
postgres_password: watchSomething4me
|
||||
- kind: PersistentVolumeClaim
|
||||
|
||||
@ -398,7 +398,7 @@ traefikproxy:
|
||||
extraVolumes: []
|
||||
|
||||
# subchart settings
|
||||
postgresql:
|
||||
postgres:
|
||||
enabled: false
|
||||
auth:
|
||||
# default user to be created by postgres subchart
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user