deleted: apps/outline/Chart.yaml
modified: apps/outline/VAULT_SETUP.md new file: apps/outline/dependencies.yaml new file: apps/outline/deployment.yaml new file: apps/outline/ingress.yaml deleted: apps/outline/values.yaml
This commit is contained in:
@@ -18,9 +18,9 @@ SECRET_KEY=$(openssl rand -hex 32)
|
||||
UTILS_SECRET=$(openssl rand -hex 32)
|
||||
|
||||
# 2. Connection Strings bauen (Interner Cluster DNS)
|
||||
# Hostnames basieren auf dem Release Namen 'outline'
|
||||
DB_URL="postgres://postgres:$POSTGRES_PASS@outline-postgresql.outline.svc.cluster.local:5432/outline"
|
||||
REDIS_URL="redis://:$REDIS_PASS@outline-redis-master.outline.svc.cluster.local:6379"
|
||||
# Achtung: User ist jetzt 'outline' für die DB!
|
||||
DB_URL="postgres://outline:$POSTGRES_PASS@outline-postgres.outline.svc.cluster.local:5432/outline"
|
||||
REDIS_URL="redis://:$REDIS_PASS@outline-redis.outline.svc.cluster.local:6379"
|
||||
|
||||
# 3. Externe Credentials (BITTE ANPASSEN!)
|
||||
# Beispiel für MinIO oder AWS S3
|
||||
|
||||
Reference in New Issue
Block a user