Skip to content

Commit

Permalink
helm doc
Browse files Browse the repository at this point in the history
  • Loading branch information
egid-fertal-inno committed Aug 15, 2024
1 parent 7b1ed5e commit 696bbf4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ metadata:
| readonlyApi.nodeSelector | object | `{}` | |
| readonlyApi.proxyContainer.resources | object | `{}` | |
| readonlyApi.tolerations | list | `[]` | |
| relayController.annotations | object | `{}` | Annotations for edgeStreamProcessor deployment |
| relayController.annotations | object | `{}` | Annotations for relayController deployment |
| relayController.containerPort | int | `8080` | |
| relayController.dnsHost | string | `""` | |
| relayController.image.digest | string | `nil` | Overrides the image tag with an image digest |
Expand All @@ -525,11 +525,11 @@ metadata:
| relayController.image.tag | string | `"0.1.0.21"` | Overrides the image tag whose default is the chart's appVersion |
| relayController.name | string | `"relay-controller"` | |
| relayController.nodeSelector | object | `{}` | |
| relayController.pdb.create | bool | `false` | create PodDisruptionBudget for edgeStreamProcessor component |
| relayController.pdb.create | bool | `false` | create PodDisruptionBudget for relayController component |
| relayController.pdb.maxUnavailable | string | `""` | |
| relayController.pdb.minAvailable | int | `1` | |
| relayController.podAnnotations | object | `{}` | Annotations for edgeStreamProcessor pods |
| relayController.podLabels | object | `{}` | Additional labels for each edgeStreamProcessor pod |
| relayController.podAnnotations | object | `{}` | Annotations for relayController pods |
| relayController.podLabels | object | `{}` | Additional labels for each relayController pod |
| relayController.replicas | int | `1` | |
| relayController.resources.requests.cpu | string | `"100m"` | |
| relayController.resources.requests.memory | string | `"300M"` | |
Expand Down

0 comments on commit 696bbf4

Please sign in to comment.