Move learning database URL to secret

This commit is contained in:
Grendgi
2026-06-15 11:29:37 +03:00
parent 5776c00dce
commit e00aa69369
2 changed files with 1 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ metadata:
namespace: learning
type: Opaque
stringData:
DATABASE_URL: "postgres://learning:learning@postgres.learning.svc.cluster.local:5432/learning?sslmode=disable"
PORTAL_INTERNAL_API_KEY: "36fe89ed40c01fdc54d3cf4e3fcacc8751dc456a4a1acd394e9fed48257c5734"
INTERNAL_API_KEY: "36fe89ed40c01fdc54d3cf4e3fcacc8751dc456a4a1acd394e9fed48257c5734"
MINIO_ACCESS_KEY: "learning-svc"