Skip to content

Commit bce00b7

Browse files
committed
add new parameter controller.apisvc.ctrlServerPort and manager.svc.mgrServerPort to charts/core/README.md
1 parent 4345b85 commit bce00b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

charts/core/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ Parameter | Description | Default | Notes
9090
`controller.azureFileShare.enabled` | If true, enable the usage of an existing or statically provisioned Azure File Share | `false` |
9191
`controller.azureFileShare.secretName` | The name of the secret containing the Azure file share storage account name and key | `nil` |
9292
`controller.azureFileShare.shareName` | The name of the Azure file share to use | `nil` |
93+
`controller.apisvc.ctrlServerPort` | Controller REST API service port | `10443` |
9394
`controller.apisvc.type` | Controller REST API service type | `nil` |
9495
`controller.apisvc.nodePort` | Controller REST API service NodePort number | `nil` |
9596
`controller.apisvc.annotations` | Add annotations to controller REST API service | `{}` |
@@ -199,6 +200,7 @@ Parameter | Description | Default | Notes
199200
` CUSTOM_PAGE_HEADER_COLOR` | use color name (yellow) or value (#ffff00) |
200201
` CUSTOM_PAGE_FOOTER_CONTENT` | max. 120 characters, base64 encoded. |
201202
` CUSTOM_PAGE_FOOTER_COLOR` | use color name (yellow) or value (#ffff00) |
203+
`manager.svc.mgrServerPort` | set manager service port number | `8443` |
202204
`manager.svc.type` | set manager service type for native Kubernetes | `NodePort`;<br>if it is OpenShift platform or ingress is enabled, then default is `ClusterIP` | set to LoadBalancer if using cloud providers, such as Azure, Amazon, Google
203205
`manager.svc.nodePort` | set manager service NodePort number | `nil` |
204206
`manager.svc.loadBalancerIP` | if manager service type is LoadBalancer, this is used to specify the load balancer's IP | `nil` |

0 commit comments

Comments
 (0)