RasaHQ / helm-charts

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

Documentation on how to use HTTPS between Duckling, ActionServer and RasaOss pods? #118

Open zoobab opened 1 year ago

zoobab commented 1 year ago

Hi,

Is there a way to activate HTTPS between all the components (Duckling, ActionServer and RasaOss pods?)

It is not clear whether this should be done via an internal ingress instead of a service.

Best,

zoobab commented 1 year ago

I found a way to configure Duckling and Rasa with HTTPS (self-signed certs like for nginx), I will try to make a pull request once that works.

For duckling you have to pass more arguments:

https://github.com/facebook/duckling/issues/436

zoobab commented 1 year ago

For some reason, the version 0.2.0.2-r2 has SSL compiled in, while 0.2.0.2 has not.

What's the logic for tagging releases?