Skip to content

Commit

Permalink
✏️ In complete haproxy config
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammed Hussein Karimi <info@karimi.dev>
  • Loading branch information
mhkarimi1383 committed Oct 30, 2024
1 parent ebbd2e6 commit 0927a50
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/haproxy-redis-sentinel/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: haproxy-redis-sentinel
description: A Helm chart for HAProxy with Redis Sentinel
version: 0.0.5
version: 0.0.6
appVersion: "0.0.3"

9 changes: 6 additions & 3 deletions charts/haproxy-redis-sentinel/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ data:
stats timeout 2m
frontend redis_master
bind *:637
balance source
hash-type consistent
bind *:6379
default_backend redis_master
backend redis_master
balance source
hash-type consistent

0 comments on commit 0927a50

Please sign in to comment.