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: docs/reference/configuration-reference.md
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,29 +1,29 @@
1
1
# Configuration Reference
2
2
3
-
###Overview
3
+
## Overview
4
4
5
5
This reference describes how to configure Feast components:
6
6
7
7
*[Feast Core and Feast Online Serving](configuration-reference.md#2-feast-core-serving-and-job-controller)
8
8
*[Feast CLI and Feast Python SDK](configuration-reference.md#3-feast-cli-and-feast-python-sdk)
9
9
*[Feast Go and Feast Java SDK](configuration-reference.md#4-feast-java-and-go-sdk)
10
10
11
-
###1. Feast Core and Feast Online Serving
11
+
## 1. Feast Core and Feast Online Serving
12
12
13
13
Available configuration properties for Feast Core and Feast Online Serving can be referenced from the corresponding `application.yml` of each component:
The Kubernetes Feast Deployment is configured using `values.yaml` in the [Helm chart](https://github.com/feast-dev/feast/blob/master/infra/charts/feast/README.md)included with Feast:
37
+
The Kubernetes Feast Deployment is configured using `values.yaml` in the [Helm chart](https://github.com/feast-dev/feast-helm-charts)included with Feast:
38
38
39
39
```yaml
40
40
# values.yaml
@@ -48,8 +48,8 @@ feast-core:
48
48
49
49
A reference of the sub-chart-specific configuration can found in its `values.yml`:
Configuration properties can be set via `application-override.yaml` for each component in `values.yaml`:
55
55
@@ -62,18 +62,18 @@ feast-core:
62
62
# ...
63
63
```
64
64
65
-
Visit the [Helm chart](https://github.com/feast-dev/feast/blob/master/infra/charts/feast/README.md) included with Feast to learn more about configuration.
65
+
Visit the [Helm chart](https://github.com/feast-dev/feast-helm-charts) included with Feast to learn more about configuration.
66
66
67
-
###Direct Configuration
67
+
## Direct Configuration
68
68
69
69
If Feast is built and running from source, configuration properties can be set directly in the Feast component's `application.yml`:
Configuration options for both the [Feast CLI](../getting-started/connect-to-feast/feast-cli.md) and [Feast Python SDK](https://api.docs.feast.dev/python/) can be defined in the following locations, in order of precedence:
79
79
@@ -106,13 +106,13 @@ project = default
106
106
core_url = localhost:6565
107
107
```
108
108
109
-
Visit the [available configuration parameters](https://api.docs.feast.dev/python/#module-feast.constants) for Feast Python SDK and Feast CLI to learn more.
109
+
Visit the [available configuration parameters](https://api.docs.feast.dev/python/#module-feast.constants) for Feast Python SDK and Feast CLI to learn more.
110
110
111
-
###3. Feast Java and Go SDK
111
+
## 3. Feast Java and Go SDK
112
112
113
113
The [Feast Java SDK](https://javadoc.io/doc/dev.feast/feast-sdk/latest/com/gojek/feast/package-summary.html) and [Feast Go SDK](https://godoc.org/github.com/feast-dev/feast/sdk/go) are configured via arguments passed when instantiating the respective Clients:
0 commit comments