# Configuration for managed Istio control plane and gateway installations by using the Istio Lifecycle Manager managedInstallations: controlPlane: enabled: true overrides: {} defaultRevision: true enabled: true images: # Solo.io Istio distribution repository; required for Solo Istio. # You get the repo key from your Solo Account Representative. hub: $REPO # The Solo Istio version tag: $ISTIO_IMAGE northSouthGateways: - enabled: true name: istio-ingressgateway overrides: {} eastWestGateways: - enabled: true name: istio-eastwestgateway overrides: {} revision: $REVISION