File tree 4 files changed +4
-0
lines changed
test/kubernetes/e2e/defaults/testdata
4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ metadata:
14
14
version : v1
15
15
app.kubernetes.io/name : curl
16
16
spec :
17
+ terminationGracePeriodSeconds : 0
17
18
containers :
18
19
- name : curl
19
20
image : curlimages/curl:7.83.1
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ metadata:
25
25
labels :
26
26
app.kubernetes.io/name : http-echo
27
27
spec :
28
+ terminationGracePeriodSeconds : 0
28
29
containers :
29
30
- name : http-echo
30
31
# we avoid using checksums so that we automatically select amd64 or arm64
Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ metadata:
108
108
labels :
109
109
app.kubernetes.io/name : nginx
110
110
spec :
111
+ terminationGracePeriodSeconds : 0
111
112
containers :
112
113
- name : nginx
113
114
image : nginx:stable
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ metadata:
24
24
labels :
25
25
app.kubernetes.io/name : tcp-echo
26
26
spec :
27
+ terminationGracePeriodSeconds : 0
27
28
containers :
28
29
- name : tcp-echo
29
30
image : soloio/tcp-echo:latest
You can’t perform that action at this time.
0 commit comments