Skip to content

Commit

Permalink
Merge pull request #82 from monotek/gcloudproxy
Browse files Browse the repository at this point in the history
[gcloud-sqlproxy] raised livenesss failure threshold
  • Loading branch information
rimusz authored Apr 17, 2020
2 parents cae224f + bfe3c15 commit 6b66d6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable/gcloud-sqlproxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ maintainers:
name: gcloud-sqlproxy
sources:
- https://github.com/rimusz/charts
version: 0.19.9
version: 0.19.10
2 changes: 1 addition & 1 deletion stable/gcloud-sqlproxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ The following table lists the configurable parameters of the `gcloud-sqlproxy` c
| `livenessProbe.initialDelaySeconds` | Delay before liveness probe is initiated | 30 |
| `livenessProbe.periodSeconds` | How often to perform the probe | 10 |
| `livenessProbe.timeoutSeconds` | When the probe times out | 5 |
| `livenessProbe.failureThreshold` | Minimum consecutive failures for the probe to be considered failed after having succeeded. | 6 |
| `livenessProbe.failureThreshold` | Minimum consecutive failures for the probe to be considered failed after having succeeded. | 18 |
| `livenessProbe.successThreshold` | Minimum consecutive successes for the probe to be considered successful after having failed | 1 |
| `readinessProbe.enabled` | would you like a readinessProbe to be enabled | `false` |
| `readinessProbe.port` | The port which will be checked by the probe | 5432 |
Expand Down
2 changes: 1 addition & 1 deletion stable/gcloud-sqlproxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ livenessProbe:
initialDelaySeconds: 30
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 6
failureThreshold: 18
successThreshold: 1

readinessProbe:
Expand Down

0 comments on commit 6b66d6c

Please sign in to comment.