parent
b4360619bc
commit
03aaf7f7d4
4 changed files with 5 additions and 9 deletions
|
@ -2,11 +2,12 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
metadata:
|
metadata:
|
||||||
name: immich-config
|
name: immich-app-config
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: immich
|
app.kubernetes.io/name: immich
|
||||||
data:
|
data:
|
||||||
LOG_LEVEL: verbose
|
LOG_LEVEL: verbose
|
||||||
|
DB_VECTOR_EXTENSION: pgvector
|
||||||
NODE_ENV: production
|
NODE_ENV: production
|
||||||
REDIS_HOSTNAME: dragonfly.database.svc.cluster.local
|
REDIS_HOSTNAME: dragonfly.database.svc.cluster.local
|
||||||
REDIS_PORT: "6379"
|
REDIS_PORT: "6379"
|
||||||
|
|
|
@ -61,10 +61,8 @@ spec:
|
||||||
name: immich-pguser-immich
|
name: immich-pguser-immich
|
||||||
key: uri
|
key: uri
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
|
||||||
name: immich-secret
|
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
name: immich-config
|
name: immich-app-config
|
||||||
pod:
|
pod:
|
||||||
enableServiceLinks: false
|
enableServiceLinks: false
|
||||||
securityContext:
|
securityContext:
|
||||||
|
@ -97,9 +95,6 @@ spec:
|
||||||
- hosts:
|
- hosts:
|
||||||
- *host
|
- *host
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
|
||||||
existingClaim: immich
|
|
||||||
enabled: true
|
|
||||||
media:
|
media:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: nfs
|
type: nfs
|
||||||
|
|
|
@ -52,7 +52,7 @@ spec:
|
||||||
enabled: true
|
enabled: true
|
||||||
envFrom:
|
envFrom:
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
name: immich-config
|
name: immich-app-config
|
||||||
env:
|
env:
|
||||||
DB_URL:
|
DB_URL:
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
|
|
@ -55,7 +55,7 @@ spec:
|
||||||
enabled: true
|
enabled: true
|
||||||
envFrom:
|
envFrom:
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
name: immich-config
|
name: immich-app-config
|
||||||
env:
|
env:
|
||||||
DB_URL:
|
DB_URL:
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
|
Loading…
Reference in a new issue