Commit 2c46f6a
authored
feat: Feast Operator example with Postgres in TLS mode. (feast-dev#5028)
* rough working instructions to set up postgres in TLS mode and setting up the feast using operator.
Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>
* adding the example of postgres tls setup and deploying feast using postgres tls as well.
Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>
* deleting the files which are not needed.
Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>
* uncommenting the code to uninstall the feast operator.
Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>
* Added the postgres example to the examples README.md index.
Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>
* Adding more details related to volumes and volumeMounts. and also incorporating code review comments.
Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>
* Removed the demo jupyter notebook which is not adding a lot of value. Also fixed some broken links.
Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>
* Minor fixes.
Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>
* Minor fixes.
Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>
* Minor fixes.
Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>
* Minor fixes.
Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>
* Modified the examples README.md to make it more readable.
1. Now the numbers are automatically ordered when we render to avoid renumbering when we add an example in between.
2. Added separate section for the feast go operator examples.
Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>
* Adding the helm chart version to ensure it also works in the future.
Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>
---------
Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>1 parent 90e7498 commit 2c46f6a
8 files changed
Lines changed: 1310 additions & 27 deletions
File tree
- examples
- operator-postgres-tls-demo
- infra/feast-operator/config/samples
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 3 | + | |
14 | 4 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
0 commit comments