Enable support for HAProxy
Define HAProxy as the ingress controller in the values.yaml
file (located in the root of the MOSTLY AI Helm chart).
Steps
- Edit the
values.yaml
file. - Assign the
ingressClassName
to behaproxy
under_customerInstallation.deploymentSettings
.values.yaml_customerInstallation: ... deploymentSettings: ... ingressClassName: &ingressClassName haproxy ...
- Save the file.
What’s next
Continue with the MOSTLY AI Helm chart configuration in the related deployment guide. You can then deploy MOSTLY AI.