Skip to content

Commit 43bf003

Browse files
committed
⚡ Change Mimir ingress private
1 parent 1ed8941 commit 43bf003

File tree

2 files changed

+42
-45
lines changed

2 files changed

+42
-45
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
apiVersion: networking.istio.io/v1alpha3
3+
kind: Gateway
4+
metadata:
5+
name: istio-ingressgateway-private
6+
namespace: istio-ingress
7+
labels:
8+
app_label: istio-ingressgateway-private
9+
app.kubernetes.io/version: 1.20.0
10+
istio: ingressgateway-private
11+
spec:
12+
selector:
13+
istio: istio-ingressgateway-private
14+
servers:
15+
- hosts:
16+
- "*.dev.devxp-tech.io"
17+
- "*.dev.diegoluisi.eti.br"
18+
port:
19+
name: http
20+
number: 80
21+
protocol: HTTP
22+
tls:
23+
httpsRedirect: true
24+
- port:
25+
name: https-diegoluisi
26+
number: 443
27+
protocol: HTTPS
28+
tls:
29+
mode: SIMPLE
30+
credentialName: diegoluisi.eti.br # This should match the Certificate secretName
31+
hosts:
32+
- "*.dev.diegoluisi.eti.br" # This should match a DNS name in the Certificate
33+
- port:
34+
name: https-devxp
35+
number: 443
36+
protocol: HTTPS
37+
tls:
38+
mode: SIMPLE
39+
credentialName: devxp-tech.io # This should match the Certificate secretName
40+
hosts:
41+
- "*.dev.devxp-tech.io"
42+

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

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -38,48 +38,3 @@ spec:
3838
credentialName: devxp-tech.io # This should match the Certificate secretName
3939
hosts:
4040
- "*.devxp-tech.io" # This should match a DNS name in the Certificate
41-
42-
---
43-
apiVersion: networking.istio.io/v1alpha3
44-
kind: Gateway
45-
metadata:
46-
name: istio-ingressgateway-private
47-
namespace: istio-ingress
48-
labels:
49-
app_label: istio-ingressgateway-private
50-
app.kubernetes.io/version: 1.20.0
51-
istio: ingressgateway-private
52-
spec:
53-
selector:
54-
istio: istio-ingressgateway-private
55-
servers:
56-
- hosts:
57-
- "*.devxp-tech.io"
58-
- "*.diegoluisi.eti.br"
59-
port:
60-
name: http
61-
number: 80
62-
protocol: HTTP
63-
tls:
64-
httpsRedirect: true
65-
- port:
66-
name: https-diegoluisi
67-
number: 443
68-
protocol: HTTPS
69-
tls:
70-
mode: SIMPLE
71-
credentialName: diegoluisi.eti.br # This should match the Certificate secretName
72-
hosts:
73-
- "*.diegoluisi.eti.br" # This should match a DNS name in the Certificate
74-
- port:
75-
name: https-devxp
76-
number: 443
77-
protocol: HTTPS
78-
tls:
79-
mode: SIMPLE
80-
credentialName: devxp-tech.io # This should match the Certificate secretName
81-
hosts:
82-
- "*.devxp-tech.io" # This should match a DNS name in the Certificate
83-
- "*.devxp-tech.io"
84-
- "*.dev.devxp-tech.io"
85-
- "*.priv.dev.devxp-tech.io"

0 commit comments

Comments
 (0)