File tree 1 file changed +12
-5
lines changed
1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,16 @@ spec:
15
15
- sh
16
16
- -c
17
17
- sleep 10
18
- image : alpine:latest
18
+ image : alpine:3.21
19
19
imagePullPolicy : Always
20
20
name : main
21
- resources : {}
21
+ resources :
22
+ requests :
23
+ memory : " 128Mi"
24
+ cpu : " 250m"
25
+ limits :
26
+ memory : " 256Mi"
27
+ cpu : " 500m"
22
28
terminationMessagePath : /dev/termination-log
23
29
terminationMessagePolicy : File
24
30
volumeMounts :
32
38
securityContext : {}
33
39
serviceAccount : default
34
40
serviceAccountName : default
41
+ automountServiceAccountToken : false
35
42
terminationGracePeriodSeconds : 30
36
43
tolerations :
37
44
- effect : NoExecute
@@ -62,9 +69,9 @@ status:
62
69
status : " True"
63
70
type : PodScheduled
64
71
containerStatuses :
65
- - containerID : docker ://acfb261d6c1fe8c543438a202de62cb06c137fa93a2d59262d764470e96f3195
66
- image : alpine:latest
67
- imageID : docker-pullable:/ /alpine@sha256:621c2f39f8133acb8e64023a94dbdf0d5ca81896102b9e57c0dc184cadaf5528
72
+ - containerID : containerd ://adc73c2c0ae3f1fd9bf294abd834e740042ee375de680c0cfcdd90d863a73b8b
73
+ image : alpine:3.21
74
+ imageID : docker.io/library /alpine@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c
68
75
lastState : {}
69
76
name : main
70
77
ready : true
You can’t perform that action at this time.
0 commit comments