From 1a11b0d13fbf23429dcf0d5fc3239b4c9471a726 Mon Sep 17 00:00:00 2001
From: Brandon Berhent <bbedward@gmail.com>
Date: Wed, 26 Jun 2024 20:10:31 -0400
Subject: [PATCH] Fix DB host

---
 kubernetes/natrium/deployment.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kubernetes/natrium/deployment.yaml b/kubernetes/natrium/deployment.yaml
index df1cf04..b8722f8 100644
--- a/kubernetes/natrium/deployment.yaml
+++ b/kubernetes/natrium/deployment.yaml
@@ -32,7 +32,7 @@ spec:
           - name: RPC_URL
             value: http://10.7.0.1:7076
           - name: DB_HOST
-            value: pg-natrium.postgres          
+            value: pg-natrium.natrium          
           - name: DB_PORT
             value: "5432"
           - name: DB_SSLMODE