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

Commit

Permalink
Use named ports in exporter probes (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyshevch authored Jan 23, 2023
1 parent a85b334 commit 78c0c9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions keydb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,19 +231,19 @@ exporter:
livenessProbe:
httpGet:
path: /health
port: 9121
port: redis-exporter

# Readiness Probe
readinessProbe:
httpGet:
path: /health
port: 9121
port: redis-exporter

# Startup Probe
startupProbe:
httpGet:
path: /health
port: 9121
port: redis-exporter
failureThreshold: 24
periodSeconds: 5

Expand Down

0 comments on commit 78c0c9a

Please sign in to comment.