helm-charts
helm-charts copied to clipboard
Add support for Redis DB Index
Hello,
when pointing Nautobot at a Redis Cluster already containing databases, configuring a DB index would allow them to cohabitate.
all other software I use does that ... 🤪
count
@berlincount Nautobot uses multiple redis DBs. By default 0 is used for the django-redis cache and celery, 1 is used for django-cacheops. This can be overridden by providing a custom nautobot_config.py today.
The idea of a Helm chart is to abstract the user from the underlying implementation. I dont know much about django, and really dont have time to learn just to install a "tool". Maby you guys can checkout netbox chart as inspiration.
https://github.com/bootc/netbox-chart
We opened the issue in Nautobot core: https://github.com/nautobot/nautobot/issues/6235
If they implement this feature in Nautobot, we will add support for environmental variables in the Helm Charts.