initial git commit saving configs
This commit is contained in:
16
immich/immich-postgres/values.yaml
Normal file
16
immich/immich-postgres/values.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
cluster:
|
||||
name: immich-postgres # will also be used for services: immich-postgresql-rw, -ro, ...
|
||||
instances: 1
|
||||
|
||||
storage:
|
||||
size: 10Gi
|
||||
|
||||
image:
|
||||
repository: ghcr.io/tensorchord/cloudnative-vectorchord
|
||||
tag: "16.9-0.4.3"
|
||||
|
||||
|
||||
database:
|
||||
name: immich
|
||||
user: immich
|
||||
password: "change-me-immich" # for dev; in prod override via --set or external secret
|
||||
Reference in New Issue
Block a user