Enable support for Istio Virtual Services
MOSTLY AI provides support for Istio Virtual Services in case you are already using it in your Kubernetes cluster. To enable the support for Istio Virtual Services, you need to edit the files listed below.
mostly-combined/values.yaml
values.yaml
Steps
- Edit the
mostly-combined/values.yaml
file and enable theistioVirtualService
implementation.mostly-combined/values.yaml... implementation: istioVirtualService ...
- Edit the
values.yaml
from the root folder.- The
global.ingress.hostname
parameter must be defined.values.yaml... global: ingress: hostname: your.company.fqdn.com ...
- If
global.tls.enabled
is set toTrue
, you must then defineglobal.tls.secretName
.values.yaml... global: tls: enabled: True secretName: INSERT-TLS-SECRET-NAME ...
- The
- Save both files.
Result
Your MOSTLY AI Helm chart is now enabled to work with Istio Virtual Services.
What’s next
Continue with the deployment of MOSTLY AI. For reference, see Deploy MOSTLY AI.