diff --git a/infra/charts/feast/README.md b/infra/charts/feast/README.md index 1b3f574672..3affaa2ce1 100644 --- a/infra/charts/feast/README.md +++ b/infra/charts/feast/README.md @@ -195,7 +195,7 @@ feast-core: feast: stream: options: - bootstrapServers: + bootstrapServers: jobs: runner: DataflowRunner options: @@ -355,9 +355,9 @@ to set the minimum and maximum heap. This is an example reasonable value to set feast-online-serving: javaOpts: "-Xms2048m -Xmx2048m" resources: - requests: - memory: "4096Mi" limits: + memory: "4096Mi" + requests: memory: "2048Mi" cpu: "2" ``` diff --git a/infra/charts/feast/README.md.gotmpl b/infra/charts/feast/README.md.gotmpl index 269b051700..83e009418c 100644 --- a/infra/charts/feast/README.md.gotmpl +++ b/infra/charts/feast/README.md.gotmpl @@ -182,7 +182,7 @@ feast-core: feast: stream: options: - bootstrapServers: + bootstrapServers: jobs: runner: DataflowRunner options: @@ -342,9 +342,9 @@ to set the minimum and maximum heap. This is an example reasonable value to set feast-online-serving: javaOpts: "-Xms2048m -Xmx2048m" resources: - requests: - memory: "4096Mi" limits: + memory: "4096Mi" + requests: memory: "2048Mi" cpu: "2" ``` diff --git a/infra/charts/feast/values-dataflow-runner.yaml b/infra/charts/feast/values-dataflow-runner.yaml index a0cb477c6f..3cdf5cc78e 100644 --- a/infra/charts/feast/values-dataflow-runner.yaml +++ b/infra/charts/feast/values-dataflow-runner.yaml @@ -5,7 +5,7 @@ feast-core: feast: stream: options: - bootstrapServers: + bootstrapServers: jobs: runner: DataflowRunner options: