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 f3f677c commit 2dd90fdCopy full SHA for 2dd90fd
k8s/gateway.yaml
@@ -1,3 +1,17 @@
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:
@@ -28,6 +42,6 @@ spec:
28
42
exact: /apmtips
29
43
route:
30
44
- destination:
31
- host: apmtips
45
+ host: apmtips-svc
32
46
port:
33
47
number: 80
k8s/service.yaml
@@ -33,4 +33,4 @@ metadata:
spec:
34
domains:
35
- hugo.apmtips.com
36
- - apmtips.com
+ - apmtips.com
0 commit comments