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).
Prerequisites
Ask your Customer Success Engineer to provide a Helm chart with enabled HAProxy.
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.