update DB_HOST in configmap.yml to use service name
Some checks failed
🧪 ✨ Unit Tests Workflow / 🧪 📜 JavaScript Tests (push) Has started running
🧪 ✨ Unit Tests Workflow / 🔍 🐹 Go Tests (push) Has started running
🧪 ✨ Unit Tests Workflow / 🧪 🐹 GolangCI-Lint (push) Has been cancelled

This commit is contained in:
2026-02-06 19:22:24 -05:00
parent ac3cd505bf
commit f8974acab5

View File

@@ -3,7 +3,7 @@ kind: ConfigMap
metadata:
name: reloading-cm
data:
DB_HOST: "posgress.postgres.svc.cluster.local"
DB_HOST: "postgress.postgres.svc.cluster.local"
DB_DATABASE: "loading"
DB_USER: "loading"
DB_PASSWORD: "loading"