From f4a3d158e6a7c5c490c0d0596be6935bc68fc483 Mon Sep 17 00:00:00 2001 From: nick Date: Tue, 2 Apr 2024 13:41:52 +0900 Subject: [PATCH] fix: update redis port env variable into string --- node/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/templates/deployment.yaml b/node/templates/deployment.yaml index c9dd3b31..cf210b12 100644 --- a/node/templates/deployment.yaml +++ b/node/templates/deployment.yaml @@ -59,7 +59,7 @@ spec: - name: REDIS_HOST value: "redis-data-feed-master.redis.svc.cluster.local" - name: REDIS_PORT - value: 6379 + value: "6379" - name: LISTEN_PORT value: "10010" - name: KLAYTN_PROVIDER_URL