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
| configMaps | list |`[]`| Arbitrary config maps to be mounted on the job service pod, on /etc/configs/<configname> |
11
12
| envOverrides | object |`{}`| Extra environment variables to set |
12
13
| gcpProjectId | string |`""`| Project ID to use when using Google Cloud services such as BigQuery, Cloud Storage and Dataflow |
13
14
| gcpServiceAccount.enabled | bool |`false`| Flag to use [service account](https://cloud.google.com/iam/docs/creating-managing-service-account-keys) JSON key |
@@ -58,8 +59,14 @@ Feast Job Service manage ingestion jobs.
58
59
| service.http.port | int |`80`| Service port for HTTP requests |
59
60
| service.http.targetPort | int |`8080`| Container port serving HTTP requests and Prometheus metrics |
60
61
| service.type | string |`"ClusterIP"`| Kubernetes service type |
62
+
| sparkOperator.batchJobTemplate | object |`{}`||
61
63
| sparkOperator.enabled | bool |`false`| Flag to create and mount custom job template on the jobservice deployment as configmap |
0 commit comments