Skip to content

Commit

Permalink
🐛 HAProxy fix configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammed Hussein Karimi <[email protected]>
  • Loading branch information
mhkarimi1383 committed Nov 7, 2024
1 parent 5d68eea commit 6eab66b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/haproxy-redis-sentinel/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: haproxy-redis-sentinel
description: A Helm chart for HAProxy with Redis Sentinel
version: 0.0.14
version: 0.0.15
appVersion: "0.0.9"
sources:
- https://github.com/ParminCloud/haproxy-redis-sentinel
Expand Down
3 changes: 1 addition & 2 deletions charts/haproxy-redis-sentinel/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ data:
frontend stats
bind *:8404
mode http
option http-use-htx
stats enabled
stats enable
stats uri /
{{- if .Values.haproxy.stats.metrics.enabled }}
http-request use-service prometheus-exporter if { path /metrics }
Expand Down

0 comments on commit 6eab66b

Please sign in to comment.