immich fixes (#167)

Reviewed-on: jahanson/homelab#167
This commit is contained in:
Joseph Hanson 2024-03-29 17:21:39 +00:00
parent b4360619bc
commit 03aaf7f7d4
4 changed files with 5 additions and 9 deletions

View file

@ -2,11 +2,12 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: immich-config
name: immich-app-config
labels:
app.kubernetes.io/name: immich
data:
LOG_LEVEL: verbose
DB_VECTOR_EXTENSION: pgvector
NODE_ENV: production
REDIS_HOSTNAME: dragonfly.database.svc.cluster.local
REDIS_PORT: "6379"

View file

@ -61,10 +61,8 @@ spec:
name: immich-pguser-immich
key: uri
envFrom:
- secretRef:
name: immich-secret
- configMapRef:
name: immich-config
name: immich-app-config
pod:
enableServiceLinks: false
securityContext:
@ -97,9 +95,6 @@ spec:
- hosts:
- *host
persistence:
config:
existingClaim: immich
enabled: true
media:
enabled: true
type: nfs

View file

@ -52,7 +52,7 @@ spec:
enabled: true
envFrom:
- configMapRef:
name: immich-config
name: immich-app-config
env:
DB_URL:
valueFrom:

View file

@ -55,7 +55,7 @@ spec:
enabled: true
envFrom:
- configMapRef:
name: immich-config
name: immich-app-config
env:
DB_URL:
valueFrom: