rancher-charts/charts/rio/0.8.001/values.yaml

24 lines
715 B
YAML
Raw Normal View History

2020-09-30 23:34:22 +00:00
image: rancher/rio-controller
2020-11-10 00:02:10 +00:00
tag: v0.8.0 # Rio version to install
2020-09-30 23:34:22 +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