RasaHQ / helm-charts

Helm charts for Rasa products
https://rasa.com
Apache License 2.0
32 stars 29 forks source link

Network policy for redis points to postgres port #74

Closed nyejon closed 2 years ago

nyejon commented 2 years ago

Hi,

The network policy for redis points to the postgres port:

https://github.com/RasaHQ/helm-charts/blob/c93efed700651f80e1e90e8b8b7a09793957f360/charts/rasa/templates/network-policy/rasa-bot-redis.yaml#L13-L25

Can you please fix this to use the redis port value from the values file.

sara-tagger commented 2 years ago

Thanks for raising this issue, @m-vdb will get back to you about it soon✨

Please also check out the docs and the forum in case your issue was raised there too 🤗
nyejon commented 2 years ago

The way around this is to disable the NP generated by the rasa-oss chart and use the NP from Rasa-X.

You can use the NP from Rasa-X by adding the following label to the podLabels in the values file.

podLabels:
  app.kubernetes.io/component: rasa-production

or

podLabels:
  app.kubernetes.io/component: rasa-worker
HotThoughts commented 2 years ago

Hi @nyejon, thanks for reporting this. The fix is on the way 🏃🏻 .