rancher-charts/packages/rancher-kiali-server/generated-changes/patch/values.yaml.patch

40 lines
1.0 KiB
Diff
Raw Normal View History

--- charts-original/values.yaml
+++ charts/values.yaml
@@ -9,6 +9,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.
@@ -37,10 +40,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.32.0
+ tag: v1.32.0
ingress_enabled: true
logger:
log_format: "text"
@@ -78,3 +81,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