From 86fd311bcb692503e82c08fa6a9c780121ed3447 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Wed, 12 Apr 2023 20:38:37 -0400 Subject: [PATCH] Use correct redis hostname for hastebin --- cluster/apps/tools/hastebin/helm-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/tools/hastebin/helm-release.yaml b/cluster/apps/tools/hastebin/helm-release.yaml index 3dca314..91ddc5e 100644 --- a/cluster/apps/tools/hastebin/helm-release.yaml +++ b/cluster/apps/tools/hastebin/helm-release.yaml @@ -24,7 +24,7 @@ spec: env: STORAGE_TYPE: redis - STORAGE_HOST: redis.database + STORAGE_HOST: redis-master.database STORAGE_PORT: "6379" STORAGE_DB: hastebin