Skip to content

Commit

Permalink
Add Configuration README (#1192)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfordjody authored Jul 8, 2023
1 parent ae08d9c commit cf1c91b
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion deploy/charts/dubbo-admin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,23 @@ To uninstall/delete the my-release deployment:
helm delete my-release
```

## Configuration
## Configuration

| Parameter | Description | Default |
|----------------------------|---------------------------------------------------------------------------------------------------------------------|---------|
| global.imageRegistry | The global configuration option for specifying the image registry address. | "" |
| global.imagePullSecrets | Specify mirror pull credentials. Used to authenticate and authorize access to private container image repositories. | [] |
| rbac.enabled | Used to enable or disable role-based access control. | true |
| rbac.pspEnabled | Used to enable or disable Pod Security Policies. | true |
| replicas | Used to specify the number of copies to be deployed. | 1 |
| labels | The label used to specify the deployment resource. | {} |
| annotations | Comments for specifying deployment resources. | {} |
| nodeSelector | Used to specify a node selector to select a specific node to run the deployed instance. | {} |
| affinity | Used to specify affinity rules to control the scheduling and distribution of resources in the cluster. | {} |
| tolerations | Used to specify tolerance rules to tolerate specific node taint. | {} |
| serviceAccount.enabled | Used to enable or disable ServiceAccount. | true |
| serviceAccount.name | Used to specify the name of the ServiceAccount. | {} |
| serviceAccount.nameTest | Used to specify the name of another ServiceAccount. | {} |
| serviceAccount.labels | The label used to specify the ServiceAccount. | {} |
| serviceAccount.annotations | The comment used to specify the ServiceAccount. | {} |
| imagePullSecrets | Configuration option for specifying mirror pull credentials. | [] |

0 comments on commit cf1c91b

Please sign in to comment.