immich added

This commit is contained in:
2025-10-27 09:44:37 +01:00
commit e6f3536e9e
37 changed files with 2670 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
---
apiVersion: v1
kind: ConfigMap
metadata:
name: immich
namespace: immich
labels:
app: immich
data:
# https://immich.app/docs/install/environment-variables/
TZ: 'Europe/Berlin'
REDIS_HOSTNAME: 'immich-valkey.immich.svc.cluster.local'
IMMICH_TELEMETRY_INCLUDE: 'all'