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

@@ -4,7 +4,6 @@ metadata:
name: learning-config
namespace: learning
data:
DATABASE_URL: "postgres://learning:learning@postgres.learning.svc.cluster.local:5432/learning?sslmode=disable"
SERVER_PORT: "3001"
# PORTAL_URL — для in-app уведомлений HR'у когда кандидат проходит тест,
# сотруднику когда ему назначили курс. Пустой = notify-вызовы no-op'ятся.