21 lines
400 B
INI
21 lines
400 B
INI
[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
|