We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f4e729 commit 75991efCopy full SHA for 75991ef
k8s/gateway.yaml
@@ -1,17 +1,3 @@
1
-apiVersion: v1
2
-kind: Service
3
-metadata:
4
- name: apmtips-svc
5
- labels:
6
- app: apmtips
7
- service: apmtips
8
-spec:
9
- selector:
10
- run: apmtips
11
- ports:
12
- - port: 80
13
- targetPort: 80
14
----
15
apiVersion: networking.istio.io/v1alpha3
16
kind: Gateway
17
metadata:
@@ -37,13 +23,18 @@ spec:
37
23
gateways:
38
24
- apmtips-gateway
39
25
http:
40
- - match:
41
- - uri:
42
- exact: /apmtips
26
+ - name: overrides
27
+ match:
43
28
- uri:
44
29
prefix: /images
45
30
route:
46
31
- destination:
47
- host: apmtips-svc
32
+ host: apmtips
33
+ port:
34
+ number: 80
35
+ - name: default
36
+ route:
+ - destination:
48
port:
49
number: 80
0 commit comments