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: docs/deployment/reference.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ parameters for the [rabbitMQ](https://github.com/bitnami/charts/tree/master/bitn
101
101
|`transformer.pullPolicy`| Pull policy for transformer pods (Image name specified in REST Request) | Always |
102
102
|`transformer.priorityClassName`| priorityClassName for transformer pods (Not setting it means getting global default) | Not Set |
103
103
|`transformer.cpuLimit`| Set CPU resource limit for pod in number of cores | 1 |
104
-
|`transformer.memoryLimit`| Set memory resource limit for pod (use Kubernetes units, e.g. (the Kubernetes documentation)[https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#meaning-of-memory]) | 2Gi |
104
+
|`transformer.memoryLimit`| Set memory resource limit for pod (use Kubernetes units, e.g. [the Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#meaning-of-memory)) | 2Gi |
105
105
|`transformer.sidecarImage`| Image name for the transformer sidecar container that hold the serviceX code | 'sslhep/servicex_sidecar_transformer' |
106
106
|`transformer.sidecarTag`| Tag for the sidecar container | 'develop' |
107
107
|`transformer.sidecarPullPolicy`| Pull Policy for the sidecar container | 'Always' |
0 commit comments