mirror of https://git.rancher.io/charts
40 lines
1.0 KiB
Diff
40 lines
1.0 KiB
Diff
--- charts-original/values.yaml
|
|
+++ charts/values.yaml
|
|
@@ -13,6 +13,9 @@
|
|
# do this, a PR would be welcome.
|
|
kiali_route_url: ""
|
|
|
|
+# rancher specific override that allows proxy access to kiali url
|
|
+web_root_override: true
|
|
+
|
|
#
|
|
# Settings that mimic the Kiali CR which are placed in the ConfigMap.
|
|
# Note that only those values used by the Helm Chart will be here.
|
|
@@ -41,10 +44,10 @@
|
|
hpa:
|
|
api_version: "autoscaling/v2beta2"
|
|
spec: {}
|
|
- image_name: quay.io/kiali/kiali
|
|
+ repository: rancher/mirrored-kiali-kiali
|
|
image_pull_policy: "Always"
|
|
image_pull_secrets: []
|
|
- image_version: v1.35.0
|
|
+ tag: v1.35.0
|
|
ingress_enabled: true
|
|
instance_name: "kiali"
|
|
logger:
|
|
@@ -83,3 +86,13 @@
|
|
metrics_enabled: true
|
|
metrics_port: 9090
|
|
web_root: ""
|
|
+
|
|
+# Common settings used among istio subcharts.
|
|
+global:
|
|
+ # Specify rancher clusterId of external tracing config
|
|
+ # https://github.com/istio/istio.io/issues/4146#issuecomment-493543032
|
|
+ cattle:
|
|
+ systemDefaultRegistry: ""
|
|
+ clusterId:
|
|
+ rbac:
|
|
+ pspEnabled: false
|