Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repackage helm chart #127

Merged
merged 1 commit into from
Feb 11, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ The following table lists the configurable parameters of the Feast chart and the
| `core.image.registry` | core docker image registry | feast |
| `core.image.repository` | core docker image repository | feast-core |
| `core.image.tag` | core docker image version | 0.1.0 |
| `core.jobs.errorsStoreId` | type of errors store to write errors to. One of `stdout`, `stderr`, `file.json` | stdout |
| `core.jobs.errorsStoreOptions` | additional options for the error store in json string format | `{}` |
| `core.jobs.errorStoreType` | type of errors store to write errors to. One of `stdout`, `stderr`, `file.json` | stdout |
| `core.jobs.errorStoreOptions` | additional options for the error store in json string format | `{}` |
| `core.jobs.monitoring.initialDelay` | delay before a job starts to be monitored in ms | 60000 |
| `core.jobs.monitoring.period` | polling interval for jobs monitoring in ms | 5000 |
| `core.jobs.options` | additional options to be provided to the beam job. Should be a char escaped json k-v object | {} |
Expand All @@ -79,12 +79,10 @@ The following table lists the configurable parameters of the Feast chart and the
| `core.service.grpc.targetPort` | core service target grpc port | 8433 |
| `core.service.http.port` | core service exposed http port | 80 |
| `core.service.http.targetPort` | core service target http port | 8080 |
| `core.projectId` | GCP project ID core service resides at | gcp-project-id |
| `core.trainingDatasetPrefix` | prefix for training datasets created in bq | fs |
| `dataflow.location` | desired dataflow's region | nil |
| `dataflow.projectID` | desired dataflow's project id | nil |
| `postgresql.postgresPassword` | specify password if you want the postgres password secret to be generated | nil |
| `postgresql.resources.requests.cpu` | postgres requested cpu | 100m |
| `postgresql.resources.requests.memory` | postgres requested memory | 256Mi |
| `serving.config.maxEntityPerBatch` | max entities that can be requested at a time | 2000 |
| `serving.config.maxNumberOfThread` | max number of threads per instance of serving | 256 |
| `serving.config.redisPool.maxIdle` | max idle connections to redis | 16 |
Expand All @@ -108,3 +106,9 @@ The following table lists the configurable parameters of the Feast chart and the
| `serviceAccount.key` | service account secret key to mount to deployments | nil |
| `statsd.host` | host of statsd daemon for job metrics to be sent to | nil |
| `statsd.port` | port of statsd daemon for job metrics to be sent to | nil |
| `postgresql.provision` | Provision PostgreSQL | true |
| `postgresql.postgresPassword` | specify password if you want the postgres password secret to be generated | nil |
| `postgresql.resources.requests.cpu` | postgres requested cpu | 100m |
| `postgresql.resources.requests.memory` | postgres requested memory | 256Mi |
| `redis.provision` | Provision Redis instance | true |
| `redis.name` | Helm release name for the Redis instance | feast-redis |
Binary file modified charts/dist/feast-0.1.0.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions charts/dist/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ entries:
feast:
- apiVersion: v1
appVersion: 0.1.0
created: 2019-01-29T17:38:41.064665659+08:00
created: 2019-02-08T15:00:47.594234304+08:00
description: A Helm chart to install Feast on kubernetes
digest: 099023ae667dd8129fbf72adf14732cf1f32af60784d694634ef4e1983957a5a
name: feast
urls:
- feast-0.1.0.tgz
version: 0.1.0
generated: 2019-01-29T17:38:41.063588825+08:00
generated: 2019-02-08T15:00:47.592388768+08:00