Apparently immich-config was taken by crunchy postgres. So here we are.
This commit is contained in:
parent
cf53a0bb46
commit
148684a562
4 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: immich-config
|
||||
name: immich-app-config
|
||||
labels:
|
||||
app.kubernetes.io/name: immich
|
||||
data:
|
||||
|
|
|
@ -62,7 +62,7 @@ spec:
|
|||
key: uri
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: immich-config
|
||||
name: immich-app-config
|
||||
pod:
|
||||
enableServiceLinks: false
|
||||
securityContext:
|
||||
|
|
|
@ -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