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.yamlvalues.yaml
Steps
-
Edit the
mostly-combined/values.yamlfile and enable theistioVirtualServiceimplementation.mostly-combined/values.yaml--- implementation: istioVirtualService -
Edit the
values.yamlfrom the root folder.-
The
global.ingress.hostnameparameter must be defined.values.yaml--- global: ingress: hostname: your.company.fqdn.com -
If
global.tls.enabledis set toTrue, you must then defineglobal.tls.secretName.values.yaml--- global: tls: enabled: True secretName: INSERT-TLS-SECRET-NAME
-
-
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.