Skip to content

Commit

Permalink
Adjust liveness and readiness probe periodSeconds and timoutseconds (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
poornima-krishnasamy authored Nov 3, 2023
1 parent 913aee4 commit 987c0e8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions templates/prometheus-operator-eks.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,17 @@ prometheus:
effect: "NoSchedule"
%{ endif ~}

# Adjust the liveness and readiness probe to accomodate slow prometheus until investigating
# the cause of the slowness
containers:
- name: prometheus
livenessProbe:
periodSeconds: 8
timeoutSeconds: 6
readinessProbe:
periodSeconds: 8
timeoutSeconds: 6

## External labels to add to any time series or alerts when communicating with external systems
##
externalLabels:
Expand Down

0 comments on commit 987c0e8

Please sign in to comment.