Enable https with Custom certificate

Hello All,

Could someone please help me out with the steps to enable Rasa over https with custom certificate in helm.?

Hi,

You can do it by using an ingress resource, e.g.

values.yaml

ingress:
  tls: 
    - secretName: rasa-x-tls
      hosts:
        - rasa-x.example.com

Notice that you have to create a secret with TLS certificates, see: Ingress | Kubernetes

@tczekajlo HI,

I did try this, ingress is unable to generate an Address that I can access, its just blank.