️ migrate redis to dragonfly

This commit is contained in:
auricom
2024-04-06 14:50:22 +02:00
parent 2e206456b0
commit 031e00d094
7 changed files with 6 additions and 6 deletions

View File

@@ -22,7 +22,6 @@ 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

@@ -67,6 +67,7 @@ spec:
OIDC_USERINFO_URI: "https://auth.${SECRET_CLUSTER_DOMAIN}/api/oidc/userinfo"
OIDC_USERNAME_CLAIM: email
PORT: 8080
REDIS_URL: redis://dragonfly.database.svc.cluster.local.:6379
SMTP_HOST: smtp-relay.default.svc.cluster.local.
SMTP_PORT: 2525
SMTP_FROM_EMAIL: "outline@${SECRET_DOMAIN}"