Skip to content

Commit bf97929

Browse files
committed
⚡ Change Mimir ingress private
1 parent 9626e9e commit bf97929

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

apps/istio-ingress/overlays/ops/gateway.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ metadata:
66
labels:
77
app_label: istio-ingressgateway
88
app.kubernetes.io/version: 1.20.0
9+
istio: ingressgateway
910
spec:
1011
selector:
1112
istio: ingressgateway
@@ -47,6 +48,7 @@ metadata:
4748
labels:
4849
app_label: istio-ingressgateway-private
4950
app.kubernetes.io/version: 1.20.0
51+
istio: ingressgateway-private
5052
spec:
5153
selector:
5254
istio: istio-ingressgateway-private

apps/kiali-operator/base/kustomization.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,15 @@ helmCharts:
2323
spec:
2424
istio_namespace: "istio-system"
2525
deployment:
26+
pod_labels:
27+
sidecar.istio.io/inject: "true"
28+
pod_annotations:
29+
proxy.istio.io/config: |
30+
holdApplicationUntilProxyStarts: true
2631
accessible_namespaces:
2732
- "**"
33+
logger:
34+
log_format: "json"
2835
view_only_mode: true
2936
# disable_rbac: true
3037
external_services:
@@ -36,10 +43,10 @@ helmCharts:
3643
- app_label: "istiod"
3744
is_core: true
3845
is_proxy: false
39-
- app_label: istio-ingressgateway
46+
- namespace: istio-ingress
47+
app_label: istio-ingressgateway
4048
is_core: true
4149
is_proxy: true
42-
namespace: istio-ingress
4350
# default: namespace is undefined
4451
enabled: true
4552
config_map_name: "istio"

0 commit comments

Comments
 (0)