This repository was archived by the owner on Nov 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,16 @@ spec:
1515 - sh
1616 - -c
1717 - sleep 10
18- image : alpine:latest
18+ image : alpine:3.21
1919 imagePullPolicy : Always
2020 name : main
21- resources : {}
21+ resources :
22+ requests :
23+ memory : " 128Mi"
24+ cpu : " 250m"
25+ limits :
26+ memory : " 256Mi"
27+ cpu : " 500m"
2228 terminationMessagePath : /dev/termination-log
2329 terminationMessagePolicy : File
2430 volumeMounts :
3238 securityContext : {}
3339 serviceAccount : default
3440 serviceAccountName : default
41+ automountServiceAccountToken : false
3542 terminationGracePeriodSeconds : 30
3643 tolerations :
3744 - effect : NoExecute
@@ -62,9 +69,9 @@ status:
6269 status : " True"
6370 type : PodScheduled
6471 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
6875 lastState : {}
6976 name : main
7077 ready : true
You can’t perform that action at this time.
0 commit comments