Skip to content

Commit

Permalink
Adjust liveness and readiness probe timoutseconds
Browse files Browse the repository at this point in the history
  • Loading branch information
poornima-krishnasamy committed Nov 3, 2023
1 parent 913aee4 commit 071a0d0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions templates/prometheus-operator-eks.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,15 @@ 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:
timeoutSeconds: 6
readinessProbe:
timeoutSeconds: 6

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

0 comments on commit 071a0d0

Please sign in to comment.