chore: added documentation for the params
Signed-off-by: edmondshtogu <edmondshtogu@gmail.com>
This commit is contained in:
parent
562c214186
commit
619a6534cb
1 changed files with 2 additions and 0 deletions
|
@ -931,6 +931,8 @@ NAME: my-release
|
||||||
| server.containerPorts.metrics | int | `8083` | Metrics container port |
|
| server.containerPorts.metrics | int | `8083` | Metrics container port |
|
||||||
| server.containerPorts.server | int | `8080` | Server container port |
|
| server.containerPorts.server | int | `8080` | Server container port |
|
||||||
| server.containerSecurityContext | object | See [values.yaml] | Server container-level security context |
|
| server.containerSecurityContext | object | See [values.yaml] | Server container-level security context |
|
||||||
|
| server.clusterRoleRules.enabled | bool | `false` | Enable custom rules for the server's ClusterRole resource |
|
||||||
|
| server.clusterRoleRules.rules | list | `[]` | List of custom rules for the server's ClusterRole resource |
|
||||||
| server.deploymentAnnotations | object | `{}` | Annotations to be added to server Deployment |
|
| server.deploymentAnnotations | object | `{}` | Annotations to be added to server Deployment |
|
||||||
| server.deploymentStrategy | object | `{}` | Deployment strategy to be added to the server Deployment |
|
| server.deploymentStrategy | object | `{}` | Deployment strategy to be added to the server Deployment |
|
||||||
| server.dnsConfig | object | `{}` | [DNS configuration] |
|
| server.dnsConfig | object | `{}` | [DNS configuration] |
|
||||||
|
|
Loading…
Reference in a new issue