2020-07-21 20:22:47 +00:00
|
|
|
image: rancher/rio-controller
|
2020-08-18 20:34:09 +00:00
|
|
|
tag: v0.8.0-rc2 # Rio version to install
|
2020-07-21 20:22:47 +00:00
|
|
|
letsEncryptEmail: "" # Provide an email for Let's Encrypt account registration
|
|
|
|
ipAddress: "" # Manually specify IP addresses to generate rdns domain, supports comma separated values
|
|
|
|
debug: false # Enable debug logging in controller
|
|
|
|
|
|
|
|
# Manually specify features to disable, supports comma separated values
|
|
|
|
|
|
|
|
# Istio configuration with ingress enabled
|
|
|
|
features:
|
|
|
|
autoscaling: true
|
|
|
|
build: true
|
|
|
|
dashboard: false
|
|
|
|
gloo: false
|
|
|
|
linkerd: false
|
|
|
|
istio: true
|
|
|
|
ingress: false
|
|
|
|
letsencrypt: true
|
|
|
|
rdns: true
|
|
|
|
|
|
|
|
gatewayServiceName: istio-ingressgateway
|
|
|
|
gatewayServiceNamespace: istio-system
|
|
|
|
addRemoteAddressFilter: true
|