Skip to content

Commit

Permalink
change replication concurrent to 3 in helm files
Browse files Browse the repository at this point in the history
  • Loading branch information
LiboYu2 committed Dec 16, 2024
1 parent 923c6a1 commit b953145
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm-charts/verticadb-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This helm chart will install the operator and an admission controller webhook.
| reconcileConcurrency.verticadb | Set this to control the concurrency of reconciliations of VerticaDB CRs | 5 |
| reconcileConcurrency.verticarestorepointsquery | Set this to control the concurrency of reconciliations of VerticaRestorePointsQuery CRs | 1 |
| reconcileConcurrency.verticascrutinize | Set this to control the concurrency of reconciliations of VerticaScrutinize CRs | 1 |
| reconcileConcurrency.verticareplicator | Set this to control the concurrency of reconciliations of VerticaReplicator CRs | 1 |
| reconcileConcurrency.verticareplicator | Set this to control the concurrency of reconciliations of VerticaReplicator CRs | 3 |
| rbac_proxy_image.name | Image name of Kubernetes RBAC proxy. | kubebuilder/kube-rbac-proxy:v0.13.1 |
| rbac_proxy_image.repo | Repo server hosting rbac_proxy_image.name | gcr.io |
| resources.\* | The resource requirements for the operator pod. | <pre>limits:<br> cpu: 100m<br> memory: 750Mi<br>requests:<br> cpu: 100m<br> memory: 20Mi</pre> |
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/verticadb-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ reconcileConcurrency:
verticarestorepointsquery: 1
verticascrutinize: 1
sandboxconfigmap: 1
verticareplicator: 1
verticareplicator: 3

# The resource requirements for the operator pod. See this for more info:
# https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
Expand Down

0 comments on commit b953145

Please sign in to comment.