Skip to content

Commit

Permalink
Update probe configuration in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Feb 14, 2024
1 parent 70ce22b commit 423d021
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions helm/flowforge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,11 +218,11 @@ Note: External secret must contain following keys:

Following values can be used to configure the liveness, readiness and startup probes for all pods:

- `initialDelaySeconds` (default `10`) - number of seconds after the container has started before liveness or readiness probes are initiated
- `periodSeconds` (default `10`) - how often (in seconds) to perform the probe
- `timeoutSeconds` (default `5`) - number of seconds after which the probe times out
- `successThreshold` (default `1`) - minimum consecutive successes for the probe to be considered successful after having failed
- `failureThreshold` (default `3`) - minimum consecutive failures for the probe to be considered failed after having succeeded
- `initialDelaySeconds` - number of seconds after the container has started before liveness or readiness probes are initiated
- `periodSeconds` - how often (in seconds) to perform the probe
- `timeoutSeconds` - number of seconds after which the probe times out
- `successThreshold` - minimum consecutive successes for the probe to be considered successful after having failed
- `failureThreshold` - minimum consecutive failures for the probe to be considered failed after having succeeded

Example for readiness probe:
```yaml
Expand Down

0 comments on commit 423d021

Please sign in to comment.