File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,10 @@ spec:
30
30
imagePullPolicy : IfNotPresent
31
31
args :
32
32
- --tcp=9090
33
- - --port=80
34
33
- --port=8080
35
34
- --grpc=7070
36
- - --port=443
37
- - --tls=443
35
+ - --port=8443
36
+ - --tls=8443
38
37
- --crt=/cert.crt
39
38
- --key=/cert.key
40
39
---
@@ -51,11 +50,13 @@ spec:
51
50
- name : http
52
51
port : 80
53
52
appProtocol : http
53
+ targetPort : 8080
54
54
- name : http-alt
55
55
port : 8080
56
56
appProtocol : http
57
57
- name : https
58
58
port : 443
59
+ targetPort : 8443
59
60
- name : tcp
60
61
port : 9090
61
62
- name : grpc
@@ -86,11 +87,10 @@ spec:
86
87
imagePullPolicy : IfNotPresent
87
88
args :
88
89
- --tcp=9090
89
- - --port=80
90
90
- --port=8080
91
91
- --grpc=7070
92
- - --port=443
93
- - --tls=443
92
+ - --port=8443
93
+ - --tls=8443
94
94
- --crt=/cert.crt
95
95
- --key=/cert.key
96
96
---
@@ -107,11 +107,13 @@ spec:
107
107
- name : http
108
108
port : 80
109
109
appProtocol : http
110
+ targetPort : 8080
110
111
- name : http-alt
111
112
port : 8080
112
113
appProtocol : http
113
114
- name : https
114
115
port : 443
116
+ targetPort : 8443
115
117
- name : tcp
116
118
port : 9090
117
119
- name : grpc
@@ -130,11 +132,13 @@ spec:
130
132
- name : http
131
133
port : 80
132
134
appProtocol : http
135
+ targetPort : 8080
133
136
- name : http-alt
134
137
port : 8080
135
138
appProtocol : http
136
139
- name : https
137
140
port : 443
141
+ targetPort : 8443
138
142
- name : tcp
139
143
port : 9090
140
144
- name : grpc
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ var MeshFrontend = suite.ConformanceTest{
59
59
{
60
60
TestCaseName : "Send to pod IP" ,
61
61
Request : http.Request {
62
- Host : v2 .Address ,
62
+ Host : v2 .Address + ":8080" ,
63
63
Method : "GET" ,
64
64
},
65
65
Response : http.Response {
You can’t perform that action at this time.
0 commit comments