Helm chart that installs the AsyncAPI Server API - https://github.com/asyncapi/server-api
| Key | Type | Default | Description |
|---|---|---|---|
| affinity | object | {} |
|
| autoscaling.enabled | bool | true |
|
| autoscaling.maxReplicas | int | 4 |
|
| autoscaling.minReplicas | int | 1 |
|
| autoscaling.targetCPUUtilizationPercentage | int | 80 |
|
| fullnameOverride | string | "" |
|
| image.pullPolicy | string | "Always" |
|
| image.repository | string | "asyncapi/server-api" |
|
| image.tag | string | "latest" |
|
| imagePullSecrets | list | [] |
|
| nameOverride | string | "" |
|
| nodeSelector | object | {} |
|
| podAnnotations | object | {} |
|
| podSecurityContext | object | {} |
|
| ports | object | {"http":80} |
Server API opened ports. |
| ports.http | int | 80 |
Port where the Server API will be available. |
| replicaCount | int | 2 |
|
| resources | object | {} |
|
| securityContext | object | {} |
|
| service.annotations | object | {} |
|
| service.type | string | "ClusterIP" |
|
| tolerations | list | [] |