mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
fixup! 🚀 redis
This commit is contained in:
@@ -21,6 +21,7 @@ spec:
|
||||
DB_PASSWORD: &dbPass "{{ .POSTGRES_PASS }}"
|
||||
DB_PORT: "5432"
|
||||
JWT_SECRET: "{{ .IMMICH_JWT_SECRET }}"
|
||||
REDIS_PASSWORD: "{{ .REDIS_PASSWORD }}"
|
||||
TYPESENSE_API_KEY: "{{ .IMMICH_TYPESENSE_API_KEY }}"
|
||||
# Postgres Init
|
||||
INIT_POSTGRES_DBNAME: *dbName
|
||||
@@ -33,3 +34,5 @@ spec:
|
||||
key: cloudnative-pg
|
||||
- extract:
|
||||
key: immich
|
||||
- extract:
|
||||
key: redis
|
||||
|
@@ -19,6 +19,7 @@ spec:
|
||||
dependsOn:
|
||||
- name: immich-server
|
||||
- name: redis
|
||||
namespace: database
|
||||
values:
|
||||
controllers:
|
||||
main:
|
||||
|
@@ -30,6 +30,7 @@ spec:
|
||||
dependsOn:
|
||||
- name: immich-server
|
||||
- name: redis
|
||||
namespace: database
|
||||
values:
|
||||
defaultPodOptions:
|
||||
enableServiceLinks: false
|
||||
|
@@ -29,6 +29,7 @@ spec:
|
||||
keepHistory: false
|
||||
dependsOn:
|
||||
- name: redis
|
||||
namespace: database
|
||||
values:
|
||||
defaultPodOptions:
|
||||
enableServiceLinks: false
|
||||
|
Reference in New Issue
Block a user