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
|`JINA_AUTH_TOKEN`| Authentication token of Jina Cloud |
58
-
|`JINA_DEFAULT_HOST`| The default host where the server is exposed |
59
-
|`JINA_DEFAULT_TIMEOUT_CTRL`| The default timeout time used by Flow to check the readiness of Executors |
60
-
|`JINA_DEPLOYMENT_NAME`| The name of the deployment, used by the Head Runtime in Kubernetes to connect to different deployments |
61
-
|`JINA_DISABLE_UVLOOP`| If set, Jina will not use uvloop event loop for concurrent execution |
62
-
|`JINA_FULL_CLI`| If set, all the CLI options will be shown in help |
63
-
|`JINA_GATEWAY_IMAGE`| Used when exporting a Flow to Kubernetes or docker-compose to override the default gateway image |
64
-
|`JINA_GRPC_RECV_BYTES`| Set by the grpc service to keep track of the received bytes |
65
-
|`JINA_GRPC_SEND_BYTES`| Set by the grpc service to keep track of the sent bytes |
66
-
|`JINA_LOG_CONFIG`| The configuration used for the logger |
67
-
|`JINA_LOG_LEVEL`| The logging level used: INFO, DEBUG, WARNING |
68
-
|`JINA_LOG_NO_COLOR`| If set, disables color from rich console |
69
-
|`JINA_MP_START_METHOD`| Sets the multiprocessing start method used by jina |
70
-
|`JINA_RANDOM_PORT_MAX`| The max port number used when selecting random ports to apply for Executors or gateway |
71
-
|`JINA_RANDOM_PORT_MIN`| The min port number used when selecting random ports to apply for Executors or gateway |
72
-
|`JINA_LOCKS_ROOT`| The root folder where file locks for concurrent Executor initialization |
73
-
|`JINA_OPTOUT_TELEMETRY`| If set, disables telemetry |
74
-
|`JINA_K8S_ACCESS_MODES`| Configures the access modes for the PersistentVolumeClaim attached to the StatefulSet, when creating a StatefulSet in Kubernetes for an Executor using volumes. Defaults to '["ReadWriteOnce"]' |
75
-
|`JINA_K8S_STORAGE_CLASS_NAME`| Configures the storage class for the PersistentVolumeClaim attached to the StatefulSet, when creating a StatefulSet in Kubernetes for an Executor using volumes. Defaults to 'standard' |
76
-
|`JINA_K8S_STORAGE_CAPACITY`| Configures the capacity for the PersistentVolumeClaim attached to the StatefulSet, when creating a StatefulSet in Kubernetes for an Executor using volumes. Defaults to '10G' ||
|`JINA_AUTH_TOKEN`| Authentication token of Jina Cloud |
58
+
|`JINA_DEFAULT_HOST`| The default host where the server is exposed |
59
+
|`JINA_DEFAULT_TIMEOUT_CTRL`| The default timeout time used by Flow to check the readiness of Executors |
60
+
|`JINA_DEPLOYMENT_NAME`| The name of the deployment, used by the Head Runtime in Kubernetes to connect to different deployments |
61
+
|`JINA_DISABLE_UVLOOP`| If set, Jina will not use uvloop event loop for concurrent execution |
62
+
|`JINA_FULL_CLI`| If set, all the CLI options will be shown in help |
63
+
|`JINA_GATEWAY_IMAGE`| Used when exporting a Flow to Kubernetes or docker-compose to override the default gateway image |
64
+
|`JINA_GRPC_RECV_BYTES`| Set by the grpc service to keep track of the received bytes |
65
+
|`JINA_GRPC_SEND_BYTES`| Set by the grpc service to keep track of the sent bytes |
66
+
|`JINA_LOG_CONFIG`| The configuration used for the logger |
67
+
|`JINA_LOG_LEVEL`| The logging level used: INFO, DEBUG, WARNING |
68
+
|`JINA_LOG_NO_COLOR`| If set, disables color from rich console |
69
+
|`JINA_MP_START_METHOD`| Sets the multiprocessing start method used by jina |
70
+
|`JINA_RANDOM_PORT_MAX`| The max port number used when selecting random ports to apply for Executors or gateway |
71
+
|`JINA_RANDOM_PORT_MIN`| The min port number used when selecting random ports to apply for Executors or gateway |
72
+
|`JINA_LOCKS_ROOT`| The root folder where file locks for concurrent Executor initialization |
73
+
|`JINA_OPTOUT_TELEMETRY`| If set, disables telemetry |
74
+
|`JINA_K8S_ACCESS_MODES`| Configures the access modes for the PersistentVolumeClaim attached to the StatefulSet, when creating a StatefulSet in Kubernetes for an Executor using volumes. Defaults to '["ReadWriteOnce"]' |
75
+
|`JINA_K8S_STORAGE_CLASS_NAME`| Configures the storage class for the PersistentVolumeClaim attached to the StatefulSet, when creating a StatefulSet in Kubernetes for an Executor using volumes. Defaults to 'standard' |
76
+
|`JINA_K8S_STORAGE_CAPACITY`| Configures the capacity for the PersistentVolumeClaim attached to the StatefulSet, when creating a StatefulSet in Kubernetes for an Executor using volumes. Defaults to '10G' |
77
+
|`JINA_STREAMER_ARGS`| Jina uses this variable to inject GatewayStreamer arguments into the host environment running a Gateway |
:param graph_representation: A dictionary describing the topology of the Deployments. 2 special nodes are expected, the name `start-gateway` and `end-gateway` to
0 commit comments