@@ -62,8 +62,8 @@ The following table lists the configurable parameters of the Feast chart and the
6262| ` core.image.registry ` | core docker image registry | feast |
6363| ` core.image.repository ` | core docker image repository | feast-core |
6464| ` 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 | ` {} ` |
65+ | ` core.jobs.errorStoreType ` | type of errors store to write errors to. One of ` stdout ` , ` stderr ` , ` file.json ` | stdout |
66+ | ` core.jobs.errorStoreOptions ` | additional options for the error store in json string format | ` {} ` |
6767| ` core.jobs.monitoring.initialDelay ` | delay before a job starts to be monitored in ms | 60000 |
6868| ` core.jobs.monitoring.period ` | polling interval for jobs monitoring in ms | 5000 |
6969| ` core.jobs.options ` | additional options to be provided to the beam job. Should be a char escaped json k-v object | {} |
@@ -79,12 +79,10 @@ The following table lists the configurable parameters of the Feast chart and the
7979| ` core.service.grpc.targetPort ` | core service target grpc port | 8433 |
8080| ` core.service.http.port ` | core service exposed http port | 80 |
8181| ` core.service.http.targetPort ` | core service target http port | 8080 |
82+ | ` core.projectId ` | GCP project ID core service resides at | gcp-project-id |
8283| ` core.trainingDatasetPrefix ` | prefix for training datasets created in bq | fs |
8384| ` dataflow.location ` | desired dataflow's region | nil |
8485| ` dataflow.projectID ` | desired dataflow's project id | nil |
85- | ` postgresql.postgresPassword ` | specify password if you want the postgres password secret to be generated | nil |
86- | ` postgresql.resources.requests.cpu ` | postgres requested cpu | 100m |
87- | ` postgresql.resources.requests.memory ` | postgres requested memory | 256Mi |
8886| ` serving.config.maxEntityPerBatch ` | max entities that can be requested at a time | 2000 |
8987| ` serving.config.maxNumberOfThread ` | max number of threads per instance of serving | 256 |
9088| ` serving.config.redisPool.maxIdle ` | max idle connections to redis | 16 |
@@ -108,3 +106,9 @@ The following table lists the configurable parameters of the Feast chart and the
108106| ` serviceAccount.key ` | service account secret key to mount to deployments | nil |
109107| ` statsd.host ` | host of statsd daemon for job metrics to be sent to | nil |
110108| ` statsd.port ` | port of statsd daemon for job metrics to be sent to | nil |
109+ | ` postgresql.provision ` | Provision PostgreSQL | true |
110+ | ` postgresql.postgresPassword ` | specify password if you want the postgres password secret to be generated | nil |
111+ | ` postgresql.resources.requests.cpu ` | postgres requested cpu | 100m |
112+ | ` postgresql.resources.requests.memory ` | postgres requested memory | 256Mi |
113+ | ` redis.provision ` | Provision Redis instance | true |
114+ | ` redis.name ` | Helm release name for the Redis instance | feast-redis |
0 commit comments