@@ -61,8 +61,9 @@ The following table lists the configurable parameters of the Feast chart and the
6161| -- | -- | -- |
6262| ` core.image.registry ` | core docker image registry | feast |
6363| ` core.image.repository ` | core docker image repository | feast-core |
64- | ` core.image.tag ` | core docker image version | 0.3.0 |
65- | ` core.jobs.errorsStoreId ` | storage ID of location to write errors | FILE_ERROR_STORE |
64+ | ` core.image.tag ` | core docker image version | 0.1.0 |
65+ | ` core.jobs.errorsStoreId ` | type of errors store to write errors to. One of ` stdout ` , ` stderr ` , ` file.json ` | stdout |
66+ | ` core.jobs.errorsStoreOptions ` | additional options for the error store in json string format | ` {} ` |
6667| ` core.jobs.monitoring.initialDelay ` | delay before a job starts to be monitored in ms | 60000 |
6768| ` core.jobs.monitoring.period ` | polling interval for jobs monitoring in ms | 5000 |
6869| ` core.jobs.options ` | additional options to be provided to the beam job. Should be a char escaped json k-v object | {} |
@@ -77,6 +78,7 @@ The following table lists the configurable parameters of the Feast chart and the
7778| ` core.service.grpc.targetPort ` | core service target grpc port | 8433 |
7879| ` core.service.http.port ` | core service exposed http port | 80 |
7980| ` core.service.http.targetPort ` | core service target http port | 8080 |
81+ | ` core.trainingDatasetPrefix ` | prefix for training datasets created in bq | fs |
8082| ` dataflow.location ` | desired dataflow's region | nil |
8183| ` dataflow.projectID ` | desired dataflow's project id | nil |
8284| ` postgresql.postgresPassword ` | specify password if you want the postgres password secret to be generated | nil |
@@ -89,7 +91,7 @@ The following table lists the configurable parameters of the Feast chart and the
8991| ` serving.config.timeout ` | request timeout in seconds | 5 |
9092| ` serving.image.registry ` | serving docker image registry | feast |
9193| ` serving.image.repository ` | serving docker image repository | feast-serving |
92- | ` serving.image.tag ` | serving docker image version | 0.3 .0 |
94+ | ` serving.image.tag ` | serving docker image version | 0.1 .0 |
9395| ` serving.replicaCount ` | serving replica count | 4 |
9496| ` serving.resources.limits.cpu ` | serving cpu limits | 1 |
9597| ` serving.resources.limits.memory ` | serving memory limits | 2G |
@@ -99,5 +101,7 @@ The following table lists the configurable parameters of the Feast chart and the
99101| ` serving.service.grpc.targetPort ` | serving service target grpc port | 8433 |
100102| ` serving.service.http.port ` | serving service exposed http port | 80 |
101103| ` serving.service.http.targetPort ` | serving service target http port | 8080 |
104+ | ` serviceAccount.name ` | service account secret name to mount to deployments | nil |
105+ | ` serviceAccount.key ` | service account secret key to mount to deployments | nil |
102106| ` statsd.host ` | host of statsd daemon for job metrics to be sent to | nil |
103107| ` statsd.port ` | port of statsd daemon for job metrics to be sent to | nil |
0 commit comments