Added 'command' block for some busybox pods script

This commit is contained in:
twelcon 2023-06-21 22:00:38 +05:30
parent c799322099
commit 54be184f07
No known key found for this signature in database
GPG Key ID: 0246EC33BB5116B5
5 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,7 @@ spec:
containers:
- name: busybox-cnt01
image: busybox:1.28
command: ["sleep", "3600"]
resources:
limits:
memory: "300Mi"

View File

@ -9,6 +9,7 @@ spec:
image: nginx
- name: shell
image: busybox:1.28
command: ["sleep", "3600"]
securityContext:
capabilities:
add:

View File

@ -6,6 +6,7 @@ spec:
containers:
- name: container-test
image: busybox:1.28
command: ["sleep", "3600"]
volumeMounts:
- name: all-in-one
mountPath: "/projected-volume"

View File

@ -6,6 +6,7 @@ spec:
containers:
- name: container-test
image: busybox:1.28
command: ["sleep", "3600"]
volumeMounts:
- name: all-in-one
mountPath: "/projected-volume"

View File

@ -6,6 +6,7 @@ spec:
containers:
- name: container-test
image: busybox:1.28
command: ["sleep", "3600"]
volumeMounts:
- name: token-vol
mountPath: "/service-account"