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
Copy file name to clipboardExpand all lines: infra/charts/feast/charts/feast-core/README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Current chart version is `0.5.0-alpha.1`
12
12
13
13
| Key | Type | Default | Description |
14
14
|-----|------|---------|-------------|
15
-
| "application-generated.yaml".enabled | bool |`true`| Flag to include Helm generated configuration for Feast database URL, Kafka bootstrap servers and jobs metrics host. This is useful for deployment that uses default configuration for Kafka, Postgres and StatsD exporter. Please set `application-override.yaml` to override this configuration. |
15
+
| "application-generated.yaml".enabled | bool |`true`| Flag to include Helm generated configuration for http port, Feast database URL, Kafka bootstrap servers and jobs metrics host. This is useful for deployment that uses default configuration for Kafka, Postgres and StatsD exporter. Please set `application-override.yaml` to override this configuration. |
16
16
| "application-override.yaml" | object |`{"enabled":true}`| Configuration to override the default [application.yaml](https://github.com/feast-dev/feast/blob/master/core/src/main/resources/application.yml). Will be created as a ConfigMap. `application-override.yaml` has a higher precedence than `application-secret.yaml`|
17
17
| "application-secret.yaml" | object |`{"enabled":true}`| Configuration to override the default [application.yaml](https://github.com/feast-dev/feast/blob/master/core/src/main/resources/application.yml). Will be created as a Secret. `application-override.yaml` has a higher precedence than `application-secret.yaml`. It is recommended to either set `application-override.yaml` or `application-secret.yaml` only to simplify config management. |
18
18
| "application.yaml".enabled | bool |`true`| Flag to include the default [configuration](https://github.com/feast-dev/feast/blob/master/core/src/main/resources/application.yml). Please set `application-override.yaml` to override this configuration. |
@@ -42,7 +42,7 @@ Current chart version is `0.5.0-alpha.1`
42
42
| ingress.http.https.secretNames | object |`{}`| Map of hostname to TLS secret name |
| javaOpts | string |`nil`|[JVM options](https://docs.oracle.com/cd/E22289_01/html/821-1274/configuring-the-default-jvm-and-java-arguments.html). For better performance, it is advised to set the min and max heap: <br> `-Xms2048m -Xmx2048m`|
45
-
| livenessProbe.enabled | bool |`true`| Flag to enabled the probe |
45
+
| livenessProbe.enabled | bool |`false`| Flag to enabled the probe |
46
46
| livenessProbe.failureThreshold | int |`5`| Min consecutive failures for the probe to be considered failed |
47
47
| livenessProbe.initialDelaySeconds | int |`60`| Delay before the probe is initiated |
48
48
| livenessProbe.periodSeconds | int |`10`| How often to perform the probe |
@@ -51,6 +51,7 @@ Current chart version is `0.5.0-alpha.1`
51
51
| logLevel | string |`"WARN"`| Default log level, use either one of `DEBUG`, `INFO`, `WARN` or `ERROR`|
52
52
| logType | string |`"Console"`| Log format, either `JSON` or `Console`|
53
53
| nodeSelector | object |`{}`| Node labels for pod assignment |
54
+
| podLabels | object |`{}`| Labels to be added to Feast Core pods |
54
55
| postgresql.existingSecret | string |`""`| Existing secret to use for authenticating to Postgres |
55
56
| prometheus.enabled | bool |`true`| Flag to enable scraping of Feast Core metrics |
56
57
| readinessProbe.enabled | bool |`true`| Flag to enabled the probe |
Copy file name to clipboardExpand all lines: infra/charts/feast/charts/feast-serving/README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,13 @@ Current chart version is `0.5.0-alpha.1`
12
12
13
13
| Key | Type | Default | Description |
14
14
|-----|------|---------|-------------|
15
-
| "application-generated.yaml".enabled | bool |`true`| Flag to include Helm generated configuration for Feast Core host, Redis store and job store. This is useful for deployment that uses default configuration for Redis. Please set `application-override.yaml` to override this configuration. |
15
+
| "application-generated.yaml".enabled | bool |`true`| Flag to include Helm generated configuration for http port, Feast Core host, Redis store and job store. This is useful for deployment that uses default configuration for Redis. Please set `application-override.yaml` to override this configuration. |
16
16
| "application-override.yaml" | object |`{"enabled":true}`| Configuration to override the default [application.yaml](https://github.com/feast-dev/feast/blob/master/serving/src/main/resources/application.yml). Will be created as a ConfigMap. `application-override.yaml` has a higher precedence than `application-secret.yaml`|
17
17
| "application-secret.yaml" | object |`{"enabled":true}`| Configuration to override the default [application.yaml](https://github.com/feast-dev/feast/blob/master/serving/src/main/resources/application.yml). Will be created as a Secret. `application-override.yaml` has a higher precedence than `application-secret.yaml`. It is recommended to either set `application-override.yaml` or `application-secret.yaml` only to simplify config management. |
18
18
| "application.yaml".enabled | bool |`true`| Flag to include the default [configuration](https://github.com/feast-dev/feast/blob/master/serving/src/main/resources/application.yml). Please set `application-override.yaml` to override this configuration. |
19
19
| envOverrides | object |`{}`| Extra environment variables to set |
20
20
| gcpProjectId | string |`""`| Project ID to use when using Google Cloud services such as BigQuery, Cloud Storage and Dataflow |
21
-
| gcpServiceAccount.enabled | bool |`false`| Flag to use [service account](https://cloud.google.com/iam/docs/creating-managing-service-account-keys) JSON key |
21
+
| gcpServiceAccount.enabled | bool |`false`| Flag to use [service account](https://cloud.google.com/iam/docs/creating-managing-service-account-keys) JSON key Cloud service account JSON key file. |
22
22
| gcpServiceAccount.existingSecret.key | string |`"credentials.json"`| Key in the secret data (file name of the service account) |
23
23
| gcpServiceAccount.existingSecret.name | string |`"feast-gcp-service-account"`| Name of the existing secret containing the service account |
0 commit comments