You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/includes/speech-to-text-chart-config.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,9 +44,9 @@ Starting with v2.2.0 of the speech-to-text container, the following parameters a
44
44
| --- | --- | --- | --- |
45
45
|`textanalytics.enabled`| Whether the **text-analytics** service is enabled| true/false|`false`|
46
46
|`textanalytics.image.registry`| The **text-analytics** docker image registry| valid docker image registry||
47
-
|`textanalytics.image.repository`| The **text-analytics** docker image repository|valida docker image repository||
47
+
|`textanalytics.image.repository`| The **text-analytics** docker image repository|valid docker image repository||
48
48
|`textanalytics.image.tag`| The **text-analytics** docker image tag| valid docker image tag||
49
-
|`textanalytics.image.pullSecrets`| The image secrets for pulling **text-analytics** docker image|valida secrets name||
49
+
|`textanalytics.image.pullSecrets`| The image secrets for pulling **text-analytics** docker image|valid secrets name||
50
50
|`textanalytics.image.pullByHash`| Specifies if you are pulling docker image by hash. If `yes`, `image.hash` is required to have as well. If `no`, set it as 'false'. Default is `false`.| true/false|`false`|
51
51
|`textanalytics.image.hash`| The **text-analytics** docker image hash. Only use it with `image.pullByHash:true`.| valid docker image hash ||
52
52
|`textanalytics.image.args.eula`| One of the required arguments by **text-analytics** container, which indicates you've accepted the license. The value of this option must be: `accept`.|`accept`, if you want to use the container ||
@@ -57,7 +57,7 @@ Starting with v2.2.0 of the speech-to-text container, the following parameters a
57
57
|`textanalytics.memoryRequest`| The requested memory for **text-analytics** container||`6Gi`|
58
58
|`textanalytics.memoryLimit`| The limited memory for **text-analytics** container||`8Gi`|
59
59
|`textanalytics.service.sentimentURISuffix`| The sentiment analysis URI suffix, the whole URI is in format "http://`<service>`:`<port>`/`<sentimentURISuffix>`". ||`text/analytics/v3.0-preview/sentiment`|
60
-
|`textanalytics.service.type`| The type of **text-analytics** service in Kubernetes. See [Kubernetes service types](https://kubernetes.io/docs/concepts/services-networking/service/)| valid Kuberntes service type |`LoadBalancer`|
60
+
|`textanalytics.service.type`| The type of **text-analytics** service in Kubernetes. See [Kubernetes service types](https://kubernetes.io/docs/concepts/services-networking/service/)| valid Kubernetes service type |`LoadBalancer`|
61
61
|`textanalytics.service.port`| The port of the **text-analytics** service| int|`50085`|
62
62
|`textanalytics.service.annotations`| The annotations users can add to **text-analytics** service metadata. For instance:<br/> **annotations:**<br/>``**some/annotation1: value1**<br/>``**some/annotation2: value2**| annotations, one per each line||
63
63
|`textanalytics.serivce.autoScaler.enabled`| Whether [Horizontal Pod Autoscaler](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/) is enabled. If enabled, `text-analytics-autoscaler` will be deployed in the Kubernetes cluster | true/false|`true`|
0 commit comments