install immich

This commit is contained in:
2025-07-27 20:47:17 +02:00
parent 0fde3108d6
commit 41020f8c79
7 changed files with 142 additions and 17 deletions

View File

@@ -0,0 +1,6 @@
bound_service_account_names:
- immich-password
bound_service_account_namespaces:
- immich
token_policies:
- immich

4
vault/policy/immich.hcl Normal file
View File

@@ -0,0 +1,4 @@
path "secret/data/immich-db" {
capabilities = ["read"]
}