Skip to content

Commit

Permalink
immich is sad
Browse files Browse the repository at this point in the history
  • Loading branch information
rkoosaar committed Aug 31, 2024
1 parent 723eec5 commit 3ca5fa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/apps/default/immich/app/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ data:
IMMICH_SERVER_URL: http://immich-server.default.svc.cluster.local:3001
IMMICH_WEB_URL: http://immich-web.default.svc.cluster.local:3000
LOG_LEVEL: verbose
REDIS_HOSTNAME: dragonfly.databases.svc.cluster.local
REDIS_HOSTNAME: dragonfly.database.svc.cluster.local
REDIS_PORT: "6379"
TRANSFORMERS_CACHE: /usr/src/app/.transformers_cache
2 changes: 1 addition & 1 deletion kubernetes/apps/default/immich/app/externalsecret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
INIT_POSTGRES_SUPER_PASS: "{{ .postgres_super_pass}}"
dataFrom:
- extract:
key: immich-app
key: immich
- extract:
key: postgres
# rewrite:
Expand Down

0 comments on commit 3ca5fa7

Please sign in to comment.