immich fixes #167
4 changed files with 5 additions and 9 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -52,7 +52,7 @@ spec:
|
|||
enabled: true
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: immich-config
|
||||
name: immich-app-config
|
||||
env:
|
||||
DB_URL:
|
||||
valueFrom:
|
||||
|
|
|
@ -55,7 +55,7 @@ spec:
|
|||
enabled: true
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: immich-config
|
||||
name: immich-app-config
|
||||
env:
|
||||
DB_URL:
|
||||
valueFrom:
|
||||
|
|
Loading…
Reference in a new issue