Skip to content

Commit

Permalink
Add Liveness and readiness probe timeout values
Browse files Browse the repository at this point in the history
  • Loading branch information
gciria authored and danihodovic committed Apr 10, 2023
1 parent 6f0ed89 commit a077758
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion charts/celery-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,11 @@ Prometheus exporter for Celery
| serviceMonitor.scrapeInterval | string | `"30s"` | |
| serviceMonitor.targetLabels | list | `[]` | |
| tolerations | list | `[]` | |

| livenessProbe.timeoutSeconds | object | `5` | |
| livenessProbe.failureThreshold | object | `5` | |
| livenessProbe.periodSeconds | object | `10` | |
| livenessProbe.successThreshold | object | `1` | |
| readinessProbe.timeoutSeconds | object | `5` | |
| readinessProbe.failureThreshold | object | `5` | |
| readinessProbe.periodSeconds | object | `10` | |
| readinessProbe.namespaceSelector | object | `1` | |

0 comments on commit a077758

Please sign in to comment.