Skip to content

Commit

Permalink
redis/bug: Fix default replica count (#292)
Browse files Browse the repository at this point in the history
Co-authored-by: Travis Groth <[email protected]>
  • Loading branch information
adinhodovic and travisgroth authored Apr 6, 2022
1 parent 29c1d97 commit b3cfac1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/pomerium/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: pomerium
version: 31.1.0
version: 31.1.1
appVersion: 0.17.0
home: http://www.pomerium.com/
icon: https://www.pomerium.com/img/icon.svg
Expand Down
2 changes: 1 addition & 1 deletion charts/pomerium/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ A full listing of Pomerium's configuration variables can be found on the [config
| `operator.deployment.annotations` | Annotations for the operator deployment. | `{}` |
| `operator.serviceAccount.annotations` | Annotations for the operator pod service account. If none given, then use value of `annotations` | `{}` |
| `operator.serviceAccount.nameOverride` | Override the name of the operator pod service account | `pomerium-operator` |
| `redis.cluster.slaveCount` | Number of slave replicas to run. [More](https://github.com/bitnami/charts/tree/master/bitnami/redis#parameters) | `1` |
| `redis.replica.replicaCount` | Number of redis replicas to run. [More](https://github.com/bitnami/charts/tree/master/bitnami/redis#parameters) | `1` |
| `redis.enabled` | Enable a redis master-slave subchart deployment based on https://github.com/bitnami/charts/tree/master/bitnami/redis | `false` |
| `redis.auth.createSecret` | Create the secret to store redis password and connect string. Set to `false` if you wish to use a secret not managed by this helm chart | `true` |
| `redis.auth.existingSecret` | Secret used to store authentication password for redis. This is shared between Pomerium and redis. [More](https://github.com/bitnami/charts/tree/master/bitnami/redis#parameters) | `pomerium-redis-password` |
Expand Down
4 changes: 2 additions & 2 deletions charts/pomerium/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,8 @@ redis:
createSecret: true
generateTLS: true
forceGenerateTLS: false
cluster:
slaveCount: 1
replica:
replicaCount: 1
tls:
enabled: true
certificatesSecret: pomerium-redis-tls
Expand Down

0 comments on commit b3cfac1

Please sign in to comment.