File tree 2 files changed +13
-2
lines changed
test/kubernetes/e2e/defaults/testdata
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
1
+ changelog :
2
+ - type : NON_USER_FACING
3
+ description : >-
4
+ Change the image used in our kubernetes/e2e tests from kennship/http-echo
5
+ to jmalloc/echo-server. This image supports http/2. It is also smaller and
6
+ faster, which may speed up our e2e tests and reduce CI costs.
7
+ kennship/http-echo is also an archived project that appears to not have
8
+ been updated in 6 years.
9
+
Original file line number Diff line number Diff line change 14
14
app.kubernetes.io/name : http-echo
15
15
ports :
16
16
- protocol : TCP
17
+ targetPort : 8080
17
18
port : 3000
18
19
---
19
20
apiVersion : v1
@@ -26,9 +27,10 @@ metadata:
26
27
spec :
27
28
containers :
28
29
- name : http-echo
29
- image : kennship/http-echo@sha256:144322e8e96be2be6675dcf6e3ee15697c5d052d14d240e8914871a2a83990af
30
+ # we avoid using checksums so that we automatically select amd64 or arm64
31
+
30
32
ports :
31
- - containerPort : 3000
33
+ - containerPort : 8080
32
34
resources :
33
35
requests :
34
36
cpu : " 100m"
You can’t perform that action at this time.
0 commit comments