mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
⚡️ migrate redis to dragonfly
This commit is contained in:
@@ -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
|
||||
|
@@ -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}"
|
||||
|
Reference in New Issue
Block a user