Skip to content

Commit

Permalink
Merge branch 'master' into placement-helm-charts
Browse files Browse the repository at this point in the history
  • Loading branch information
daixiang0 committed May 5, 2022
2 parents f54c822 + 44b5bea commit 6e3387f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/dapr/README.md
Expand Up @@ -79,8 +79,8 @@ The Helm chart has the follow configuration options that can be supplied:
| `global.tag` | Docker image version tag | latest release |
| `global.logAsJson` | Json log format for control plane services | `false` |
| `global.imagePullPolicy` | Global Control plane service imagePullPolicy | `IfNotPresent` |
| `global.imagePullSecrets` | Control plane service images pull secrets for docker registry | `""` |
| `global.ha.enabled` | Highly Availability mode enabled for control plane, except for placement service | `false` |
| `global.imagePullSecrets` | Control plane service images pull secrets for docker registry | `""` |
| `global.ha.enabled` | Highly Availability mode enabled for control plane | `false` |
| `global.ha.replicaCount` | Number of replicas of control plane services in Highly Availability mode | `3` |
| `global.ha.disruption.minimumAvailable` | Minimum amount of available instances for control plane. This can either be effective count or %. | `` |
| `global.ha.disruption.maximumUnavailable` | Maximum amount of instances that are allowed to be unavailable for control plane. This can either be effective count or %. | `25%` |
Expand Down

0 comments on commit 6e3387f

Please sign in to comment.