From b4b1b1ea4531bb8d67bfd8347fef3d674f851546 Mon Sep 17 00:00:00 2001 From: Aaron Layfield Date: Thu, 7 Nov 2024 11:57:04 +0000 Subject: [PATCH 1/2] Adding port 8888 to Deployment Signed-off-by: Aaron Layfield --- charts/redis-ha/Chart.yaml | 2 +- charts/redis-ha/templates/redis-haproxy-deployment.yaml | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/charts/redis-ha/Chart.yaml b/charts/redis-ha/Chart.yaml index 254e1b7..9455311 100644 --- a/charts/redis-ha/Chart.yaml +++ b/charts/redis-ha/Chart.yaml @@ -5,7 +5,7 @@ keywords: - redis - keyvalue - database -version: 4.29.1 +version: 4.29.3 appVersion: 7.2.4 description: This Helm chart provides a highly available Redis implementation with a master/slave configuration and uses Sentinel sidecars for failover management icon: https://upload.wikimedia.org/wikipedia/en/thumb/6/6b/Redis_Logo.svg/1200px-Redis_Logo.svg.png diff --git a/charts/redis-ha/templates/redis-haproxy-deployment.yaml b/charts/redis-ha/templates/redis-haproxy-deployment.yaml index f868612..07677fc 100644 --- a/charts/redis-ha/templates/redis-haproxy-deployment.yaml +++ b/charts/redis-ha/templates/redis-haproxy-deployment.yaml @@ -146,16 +146,18 @@ spec: livenessProbe: httpGet: path: /healthz - port: 8888 + port: probe initialDelaySeconds: 5 periodSeconds: 3 readinessProbe: httpGet: path: /healthz - port: 8888 + port: probe initialDelaySeconds: 5 periodSeconds: 3 ports: + - name: probe + containerPort: 8888 - name: redis containerPort: {{ default "6379" .Values.haproxy.containerPort }} {{- if .Values.haproxy.readOnly.enabled }} From 7b78cf4b16c5aa9ce9bc90ea4408d4d2e73642e2 Mon Sep 17 00:00:00 2001 From: Aaron Layfield Date: Thu, 7 Nov 2024 12:09:41 +0000 Subject: [PATCH 2/2] 4.29.3 Signed-off-by: Aaron Layfield --- charts/redis-ha/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/redis-ha/Chart.yaml b/charts/redis-ha/Chart.yaml index 4c92efe..9455311 100644 --- a/charts/redis-ha/Chart.yaml +++ b/charts/redis-ha/Chart.yaml @@ -5,7 +5,7 @@ keywords: - redis - keyvalue - database -version: 4.29.2 +version: 4.29.3 appVersion: 7.2.4 description: This Helm chart provides a highly available Redis implementation with a master/slave configuration and uses Sentinel sidecars for failover management icon: https://upload.wikimedia.org/wikipedia/en/thumb/6/6b/Redis_Logo.svg/1200px-Redis_Logo.svg.png