Skip to content

Commit 1ed8941

Browse files
committed
⚡ Change Mimir ingress private
1 parent 5a1605f commit 1ed8941

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

apps/kiali-operator/base/kustomization.yaml

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ helmCharts:
1919
namespace: istio-system
2020
istio_labels:
2121
app_label_name: "app.kubernetes.io/name"
22+
egress_gateway_label: "istio=egress"
23+
ingress_gateway_label: "istio=ingress"
24+
injection_label_name: "istio-injection"
25+
injection_label_rev: "istio.io/rev"
2226
version_label_name: "app.kubernetes.io/version"
2327
spec:
2428
istio_namespace: "istio-system"
@@ -38,7 +42,22 @@ helmCharts:
3842
custom_dashboards:
3943
discovery_enabled: "false"
4044
istio:
45+
config_map_name: "istio"
46+
egress_gateway_namespace: ""
47+
envoy_admin_local_port: 15000
48+
gateway_api_classes: []
49+
ingress_gateway_namespace: "istio-ingress"
50+
istio_api_enabled: true
51+
istio_identity_domain: "svc.cluster.local"
52+
istio_injection_annotation: "sidecar.istio.io/inject"
53+
istio_sidecar_annotation: "sidecar.istio.io/status"
54+
istio_sidecar_injector_config_map_name: "istio-sidecar-injector"
55+
istiod_deployment_name: "istiod"
56+
istiod_pod_monitoring_port: 15014
57+
root_namespace: ""
58+
url_service_version: ""
4159
component_status:
60+
enabled: true
4261
components:
4362
- app_label: "istiod"
4463
is_core: true
@@ -52,10 +71,6 @@ helmCharts:
5271
is_core: true
5372
is_proxy: true
5473
# default: namespace is undefined
55-
enabled: true
56-
config_map_name: "istio"
57-
envoy_admin_local_port: 15000
58-
gateway_api_class_name: ""
5974
prometheus:
6075
url: http://mimir-nginx.monitoring.svc:80/prometheus
6176
health_check_url: http://mimir-nginx.monitoring.svc:80/ready

0 commit comments

Comments
 (0)