chore: Sync cluster data.
This commit is contained in:
parent
7e886e16c6
commit
e18821eacd
10 changed files with 109 additions and 38 deletions
21
kubernetes/services/immich/postgres/project.ini
Normal file
21
kubernetes/services/immich/postgres/project.ini
Normal file
|
@ -0,0 +1,21 @@
|
|||
[meta]
|
||||
format_ver = 1
|
||||
|
||||
[immich_postgres_pvc]
|
||||
description = PVC claim for Postgres
|
||||
mode = k3s
|
||||
|
||||
[#immich_postgres_pvc/k3s]
|
||||
mode = install
|
||||
yml_path = ./pvc.yml
|
||||
|
||||
[immich_postgres]
|
||||
description = Postgres configuration for Immich
|
||||
mode = helm
|
||||
|
||||
[#immich_postgres/helm]
|
||||
mode = upgrade
|
||||
name = postgres
|
||||
repo = oci://registry-1.docker.io/bitnamicharts/postgresql
|
||||
options_file = ./postgres.yml
|
||||
namespace = immich
|
Reference in a new issue