|
1 | 1 |
|
2 | 2 | # RHDH Backstage Helm Chart for OpenShift |
3 | 3 |
|
4 | | - |
| 4 | + |
5 | 5 |  |
6 | 6 |
|
7 | 7 | A Helm chart for deploying Red Hat Developer Hub, which is a Red Hat supported version of Backstage. |
@@ -183,13 +183,15 @@ Kubernetes: `>= 1.27.0-0` |
183 | 183 | | orchestrator.serverlessLogicOperator.enabled | | bool | `true` | |
184 | 184 | | orchestrator.serverlessOperator.enabled | | bool | `true` | |
185 | 185 | | orchestrator.sonataflowPlatform.createDBJobImage | Image for the container used by the create-db job | string | `"{{ .Values.upstream.postgresql.image.registry }}/{{ .Values.upstream.postgresql.image.repository }}:{{ .Values.upstream.postgresql.image.tag }}"` | |
| 186 | +| orchestrator.sonataflowPlatform.dataIndexImage | Image for the container used by the sonataflow data index, optional and used for disconnected environments | string | `""` | |
186 | 187 | | orchestrator.sonataflowPlatform.eventing.broker.name | | string | `""` | |
187 | 188 | | orchestrator.sonataflowPlatform.eventing.broker.namespace | | string | `""` | |
188 | 189 | | orchestrator.sonataflowPlatform.externalDBHost | Host for the user-configured external Database | string | `""` | |
189 | 190 | | orchestrator.sonataflowPlatform.externalDBName | Name for the user-configured external Database | string | `""` | |
190 | 191 | | orchestrator.sonataflowPlatform.externalDBPort | Port for the user-configured external Database | string | `""` | |
191 | 192 | | orchestrator.sonataflowPlatform.externalDBsecretRef | Secret name for the user-created secret to connect an external DB | string | `""` | |
192 | 193 | | orchestrator.sonataflowPlatform.initContainerImage | Image for the init container used by the create-db job | string | `"{{ .Values.upstream.postgresql.image.registry }}/{{ .Values.upstream.postgresql.image.repository }}:{{ .Values.upstream.postgresql.image.tag }}"` | |
| 194 | +| orchestrator.sonataflowPlatform.jobServiceImage | Image for the container used by the sonataflow jobs service, optional and used for disconnected environments | string | `""` | |
193 | 195 | | orchestrator.sonataflowPlatform.monitoring.enabled | | bool | `true` | |
194 | 196 | | orchestrator.sonataflowPlatform.resources.limits.cpu | | string | `"500m"` | |
195 | 197 | | orchestrator.sonataflowPlatform.resources.limits.memory | | string | `"1Gi"` | |
|
0 commit comments