Skip to content

Commit

Permalink
Merge pull request #372 from appuio/redis-readiness
Browse files Browse the repository at this point in the history
[redis] Increase probe timeouts
  • Loading branch information
TheBigLee authored Nov 10, 2021
2 parents 1e557e0 + c434cd6 commit 6e87282
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion appuio/redis/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ name: redis
sources:
- https://github.com/bitnami/bitnami-docker-redis
- http://redis.io/
version: 1.3.1
version: 1.3.2
6 changes: 3 additions & 3 deletions appuio/redis/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# redis

![Version: 1.3.1](https://img.shields.io/badge/Version-1.3.1-informational?style=flat-square) ![AppVersion: 6.2.1](https://img.shields.io/badge/AppVersion-6.2.1-informational?style=flat-square)
![Version: 1.3.2](https://img.shields.io/badge/Version-1.3.2-informational?style=flat-square) ![AppVersion: 6.2.1](https://img.shields.io/badge/AppVersion-6.2.1-informational?style=flat-square)

Open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets.

Expand Down Expand Up @@ -66,7 +66,7 @@ Edit the README.gotmpl.md template instead.
| master.readinessProbe.initialDelaySeconds | int | `5` | |
| master.readinessProbe.periodSeconds | int | `5` | |
| master.readinessProbe.successThreshold | int | `1` | |
| master.readinessProbe.timeoutSeconds | int | `1` | |
| master.readinessProbe.timeoutSeconds | int | `5` | |
| master.service.annotations | object | `{}` | |
| master.service.externalTrafficPolicy | string | `"Cluster"` | External traffic policy (when service type is LoadBalancer) |
| master.service.labels | object | `{}` | Provide any additional labels |
Expand Down Expand Up @@ -158,7 +158,7 @@ Edit the README.gotmpl.md template instead.
| sentinel.readinessProbe.initialDelaySeconds | int | `5` | |
| sentinel.readinessProbe.periodSeconds | int | `5` | |
| sentinel.readinessProbe.successThreshold | int | `1` | |
| sentinel.readinessProbe.timeoutSeconds | int | `1` | |
| sentinel.readinessProbe.timeoutSeconds | int | `5` | |
| sentinel.service.annotations | object | `{}` | |
| sentinel.service.externalTrafficPolicy | string | `"Cluster"` | External traffic policy (when service type is LoadBalancer) |
| sentinel.service.labels | object | `{}` | |
Expand Down
4 changes: 2 additions & 2 deletions appuio/redis/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ sentinel:
enabled: true
initialDelaySeconds: 5
periodSeconds: 5
timeoutSeconds: 1
timeoutSeconds: 5
successThreshold: 1
failureThreshold: 5
customLivenessProbe: {}
Expand Down Expand Up @@ -439,7 +439,7 @@ master:
enabled: true
initialDelaySeconds: 5
periodSeconds: 5
timeoutSeconds: 1
timeoutSeconds: 5
successThreshold: 1
failureThreshold: 5

Expand Down

0 comments on commit 6e87282

Please sign in to comment.