Skip to content

Commit

Permalink
Merge pull request #115 from FalkorDB/114-fix-k8s-documentation
Browse files Browse the repository at this point in the history
set tag to latest
  • Loading branch information
AviAvni authored Jan 16, 2025
2 parents efcceee + 98c092b commit f571c15
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions operations/k8s_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,23 @@ And follow these steps:
Create a values.yaml file with the following content:

```yaml
global:
security:
# Required to be able to run the FalkorDB image
allowInsecureImages: true

image:
registry: docker.io
repository: falkordb/falkordb
tag: "4.0"
tag: "latest"

master:
extraFlags:
- "--loadmodule /FalkorDB/bin/linux-x64-release/src/falkordb.so"
- "--loadmodule /FalkorDB/bin/src/falkordb.so"

replica:
extraFlags:
- "--loadmodule /FalkorDB/bin/linux-x64-release/src/falkordb.so"
- "--loadmodule /FalkorDB/bin/src/falkordb.so"
```
This file specify the FalkorDB image(you can choose different tags)
Expand Down

0 comments on commit f571c15

Please sign in to comment.