fix: Fix maximum description in README.md
This commit is contained in:
parent
2d0c8d31ff
commit
4388f41dbd
1 changed files with 2 additions and 2 deletions
|
@ -103,7 +103,7 @@ Helm v3 has removed the `install-crds` hook so CRDs are now populated by files i
|
|||
| repoServer.affinity | Assign custom affinity rules to the deployment https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ | `{}` |
|
||||
| repoServer.autoscaling.enabled | Enable Horizontal Pod Autoscaler (HPA) for the repo server | `false` |
|
||||
| repoServer.autoscaling.minReplicas | Minimum number of replicas for the repo server HPA | `1` |
|
||||
| repoServer.autoscaling.maxReplicas | Minimum number of replicas for the repo server HPA | `5` |
|
||||
| repoServer.autoscaling.maxReplicas | Maximum number of replicas for the repo server HPA | `5` |
|
||||
| repoServer.autoscaling.targetCPUUtilizationPercentage | Average CPU utilization percentage for the repo server HPA | `50` |
|
||||
| repoServer.autoscaling.targetMemoryUtilizationPercentage | Average memory utilization percentage for the repo server HPA | `50` |
|
||||
| repoServer.containerPort | Repo server port | `8081` |
|
||||
|
@ -150,7 +150,7 @@ Helm v3 has removed the `install-crds` hook so CRDs are now populated by files i
|
|||
| server.affinity | Assign custom affinity rules to the deployment https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ | `{}` |
|
||||
| server.autoscaling.enabled | Enable Horizontal Pod Autoscaler (HPA) for the server | `false` |
|
||||
| server.autoscaling.minReplicas | Minimum number of replicas for the server HPA | `1` |
|
||||
| server.autoscaling.maxReplicas | Minimum number of replicas for the server HPA | `5` |
|
||||
| server.autoscaling.maxReplicas | Maximum number of replicas for the server HPA | `5` |
|
||||
| server.autoscaling.targetCPUUtilizationPercentage | Average CPU utilization percentage for the server HPA | `50` |
|
||||
| server.autoscaling.targetMemoryUtilizationPercentage | Average memory utilization percentage for the server HPA | `50` |
|
||||
| server.certificate.additionalHosts | Certificate manager additional hosts | `[]` |
|
||||
|
|
Loading…
Reference in a new issue