forked from kiali/kiali-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev-hosts
More file actions
23 lines (18 loc) · 695 Bytes
/
dev-hosts
File metadata and controls
23 lines (18 loc) · 695 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
all:
vars:
# Mimic Kiali CR settings here
version: default
deployment:
image_version: dev
namespace: istio-system
external_services:
istio:
url_service_version: http://istiod.istio-system:15014/version
# For Istio 1.5 and earlier
#url_service_version: http://istio-pilot.istio-system:8080/version
# The Operator SDK creates a "_kiali_io_kiali" variable that
# mimics the Kiali CR but maintains camelCase in key names.
# This will only be useful for certain cases (e.g. when
# tolerances or affinity are specified) so most times you
# can run with this empty (but it has to be defined).
_kiali_io_kiali: {}