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

@@ -22,6 +22,7 @@ spec:
DATABASE_URL: "postgresql://{{ .POSTGRES_USER }}:{{ .POSTGRES_PASS }}@postgres16-rw.database.svc.cluster.local/outline"
OIDC_CLIENT_SECRET: "{{ .OUTLINE_OAUTH_CLIENT_SECRET }}"
# PGSSLMODE: require
REDIS_URL: redis://redis.database.svc.cluster.local.:6379
# Postgres Init
INIT_POSTGRES_DBNAME: outline
INIT_POSTGRES_HOST: postgres16-rw.database.svc.cluster.local

View File

@@ -27,7 +27,8 @@ spec:
uninstall:
keepHistory: false
dependsOn:
- name: outline-redis
- name: redis
namespace: database
values:
controllers:
main:
@@ -65,7 +66,6 @@ spec:
OIDC_USERINFO_URI: "https://auth.${SECRET_CLUSTER_DOMAIN}/api/oidc/userinfo"
OIDC_USERNAME_CLAIM: email
PORT: 8080
REDIS_URL: redis://outline-redis.default.svc.cluster.local.:6379
SMTP_HOST: smtp-relay.default.svc.cluster.local.
SMTP_PORT: 2525
SMTP_FROM_EMAIL: "outline@${SECRET_DOMAIN}"