Enapter / charts

Enapter Helm Charts
MIT License
48 stars 49 forks source link

Best way to add modules and enable ReJson + RediSearch? #43

Closed VagyokC4 closed 2 years ago

VagyokC4 commented 2 years ago

I would like to use your chart and be able to use/enable RedisJson and RediSearch modules.

Is there an easy way to do this with your chart?

Antiarchitect commented 2 years ago

It seems like you need custom KeyDB image like here: https://github.com/pozetroninc/keydb-modules/blob/master/redisJSON.dockerfile and then via configExtraArgs:

configExtraArgs:
  - loadmodule: /path/to/some/module.so
  - loadmodule: /path/to/another/module.so