From 4ff5a17177a34d7d82e93dab196498bb5cdb2ecf Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Thu, 23 Jun 2022 22:51:16 +0300 Subject: [PATCH] fix(redisInit): set REDIS_PORT (#134) --- charts/common/Chart.yaml | 2 +- charts/common/templates/lib/dependencies/_redisInit.tpl | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/common/Chart.yaml b/charts/common/Chart.yaml index 91cd31ef..1c3999cc 100644 --- a/charts/common/Chart.yaml +++ b/charts/common/Chart.yaml @@ -15,4 +15,4 @@ maintainers: name: common sources: null type: library -version: 10.1.1 +version: 10.1.2 diff --git a/charts/common/templates/lib/dependencies/_redisInit.tpl b/charts/common/templates/lib/dependencies/_redisInit.tpl index ff58ee72..e1986632 100644 --- a/charts/common/templates/lib/dependencies/_redisInit.tpl +++ b/charts/common/templates/lib/dependencies/_redisInit.tpl @@ -16,6 +16,8 @@ This template ensures pods with redis dependency have a delayed start secretKeyRef: name: rediscreds key: redis-password + - name: REDIS_PORT + value: "6379" securityContext: capabilities: drop: