redis migration

This commit is contained in:
auricom
2024-01-28 22:58:19 +01:00
parent e7fe440f36
commit 5adb6cb0d4
29 changed files with 21 additions and 501 deletions

View File

@@ -27,7 +27,8 @@ spec:
uninstall:
keepHistory: false
dependsOn:
- name: lychee-redis
- name: redis
namespace: database
values:
controllers:
main:
@@ -52,7 +53,7 @@ spec:
APP_URL: https://lychee.${SECRET_CLUSTER_DOMAIN}
DB_CONNECTION: pgsql
PHP_TZ: ${TIMEZONE}
REDIS_HOST: lychee-redis.default.svc.cluster.local.
REDIS_HOST: redis.database.svc.cluster.local.
REDIS_PORT: 6379
TRUSTED_PROXIES: "*"
envFrom: *envFrom