mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-29 05:16:08 +02:00
✨ redis migration
This commit is contained in:
@@ -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
|
||||
|
@@ -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}"
|
||||
|
Reference in New Issue
Block a user