Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #25 from sergeyshaykhullin/exporter
Browse files Browse the repository at this point in the history
Bump exporter, use healthchecks endpoint for probes
  • Loading branch information
Antiarchitect authored Jun 3, 2021
2 parents d2597ea + 7c19790 commit 7331cdc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion keydb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: keydb
description: A Helm chart for KeyDB multimaster setup
type: application
version: 0.18.0
version: 0.19.0
keywords:
- keydb
- redis
Expand Down
8 changes: 4 additions & 4 deletions keydb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ serviceMonitor:
# Redis exporter
exporter:
enabled: false
image: oliver006/redis_exporter:v1.12.1-alpine
image: oliver006/redis_exporter:v1.23.1-alpine
pullPolicy: IfNotPresent

# Prometheus port & scrape path
Expand All @@ -130,19 +130,19 @@ exporter:
# Liveness Probe
livenessProbe:
httpGet:
path: /metrics
path: /health
port: 9121

# Readiness Probe
readinessProbe:
httpGet:
path: /metrics
path: /health
port: 9121

# Startup Probe
startupProbe:
httpGet:
path: /metrics
path: /health
port: 9121
failureThreshold: 30
periodSeconds: 5
Expand Down

0 comments on commit 7331cdc

Please sign in to comment.