Skip to content

Commit ed8f53b

Browse files
pradithyafeast-ci-bot
authored andcommitted
Repackage helm chart (feast-dev#127)
1 parent 9c17748 commit ed8f53b

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

charts/README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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 |

charts/dist/feast-0.1.0.tgz

18.6 KB
Binary file not shown.

charts/dist/index.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ entries:
33
feast:
44
- apiVersion: v1
55
appVersion: 0.1.0
6-
created: 2019-01-29T17:38:41.064665659+08:00
6+
created: 2019-02-08T15:00:47.594234304+08:00
77
description: A Helm chart to install Feast on kubernetes
88
digest: 099023ae667dd8129fbf72adf14732cf1f32af60784d694634ef4e1983957a5a
99
name: feast
1010
urls:
1111
- feast-0.1.0.tgz
1212
version: 0.1.0
13-
generated: 2019-01-29T17:38:41.063588825+08:00
13+
generated: 2019-02-08T15:00:47.592388768+08:00

0 commit comments

Comments
 (0)