ef47a73382
* add istio addon * add addons to a ci job
32 lines
1.1 KiB
YAML
32 lines
1.1 KiB
YAML
---
|
|
istio_enabled: false
|
|
|
|
istio_namespace: istio-system
|
|
istio_version: "0.2.6"
|
|
|
|
istioctl_download_url: "https://storage.googleapis.com/istio-release/releases/{{ istio_version }}/istioctl/istioctl-linux"
|
|
istioctl_checksum: fd703063c540b8c0ab943f478c05ab257d88ae27224c746a27d0526ddbf7c370
|
|
|
|
istio_proxy_image_repo: docker.io/istio/proxy
|
|
istio_proxy_image_tag: "{{ istio_version }}"
|
|
|
|
istio_proxy_init_image_repo: docker.io/istio/proxy_init
|
|
istio_proxy_init_image_tag: "{{ istio_version }}"
|
|
|
|
istio_ca_image_repo: docker.io/istio/istio-ca
|
|
istio_ca_image_tag: "{{ istio_version }}"
|
|
|
|
istio_mixer_image_repo: docker.io/istio/mixer
|
|
istio_mixer_image_tag: "{{ istio_version }}"
|
|
|
|
istio_pilot_image_repo: docker.io/istio/pilot
|
|
istio_pilot_image_tag: "{{ istio_version }}"
|
|
|
|
istio_proxy_debug_image_repo: docker.io/istio/proxy_debug
|
|
istio_proxy_debug_image_tag: "{{ istio_version }}"
|
|
|
|
istio_sidecar_initializer_image_repo: docker.io/istio/sidecar_initializer
|
|
istio_sidecar_initializer_image_tag: "{{ istio_version }}"
|
|
|
|
istio_statsd_image_repo: prom/statsd-exporter
|
|
istio_statsd_image_tag: latest
|