Skip to content

Commit 139abdd

Browse files
committed
⚡ Change Mimir ingress private
1 parent c76ea61 commit 139abdd

File tree

4 files changed

+12
-14
lines changed

4 files changed

+12
-14
lines changed

apps/istio-ingress/overlays/ops/auth-policy.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ spec:
99
app: istio-ingressgateway
1010
action: ALLOW
1111
rules:
12-
- from:
13-
- source:
14-
principals: ["cluster.local/*"]
15-
to:
16-
- operation:
17-
methods: ["GET", "POST", "OPTIONS", "DELETE", "PATCH"]
12+
# - from:
13+
# - source:
14+
# principals: ["cluster.local/*"]
15+
# to:
16+
# - operation:
17+
# methods: ["GET", "POST", "OPTIONS", "DELETE", "PATCH"]
1818
- to:
1919
- operation:
2020
hosts:

apps/kiali-operator/base/kustomization.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,13 @@ helmCharts:
7070
app_label: istio-ingressgateway-private
7171
is_core: true
7272
is_proxy: true
73-
# default: namespace is undefined
7473
prometheus:
7574
url: http://mimir-nginx.monitoring.svc/prometheus
7675
health_check_url: http://mimir-nginx.monitoring.svc
7776
thanos_proxy:
7877
enabled: true
7978
retention_period: "7d"
8079
scrape_interval: "60s"
81-
#http://prometheus-community-kube-prometheus.monitoring.svc.cluster.local:9090
8280
grafana:
8381
auth:
8482
type: bearer

apps/kube-prometheus-stack/overlays/ops/virtual-service.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ metadata:
88
link.argocd.argoproj.io/external-link: https://prometheus.devxp-tech.io
99
spec:
1010
hosts:
11-
- "prometheus.devxp-tech.io"
11+
- "prometheus.dev.devxp-tech.io"
1212
gateways:
13-
- istio-ingress/istio-ingressgateway
13+
- istio-ingress/istio-ingressgateway-private
1414
http:
1515
- match:
1616
- uri:
@@ -31,9 +31,9 @@ metadata:
3131
link.argocd.argoproj.io/external-link: https://alertmanager.devxp-tech.io
3232
spec:
3333
hosts:
34-
- "alertmanager.devxp-tech.io"
34+
- "alertmanager.dev.devxp-tech.io"
3535
gateways:
36-
- istio-ingress/istio-ingressgateway
36+
- istio-ingress/istio-ingressgateway-private
3737
http:
3838
- match:
3939
- uri:

apps/kubecost/overlays/ops/virtual-service.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ metadata:
88
link.argocd.argoproj.io/external-link: https://kubecost.devxp-tech.io
99
spec:
1010
hosts:
11-
- "kubecost.devxp-tech.io"
11+
- "kubecost.dev.devxp-tech.io"
1212
gateways:
13-
- istio-ingress/istio-ingressgateway
13+
- istio-ingress/istio-ingressgateway-private
1414
http:
1515
- match:
1616
- uri:

0 commit comments

Comments
 (0)