This commit is contained in:
nora 2023-02-09 21:19:46 +01:00
parent 6382a1be1e
commit fe10875296
2 changed files with 10 additions and 10 deletions

View file

@ -6,11 +6,11 @@ metadata:
name: ubuntu-debugger
spec:
containers:
- name: ubuntu-debugger
image: docker.io/ubuntu:latest
resources:
limits:
memory: "128Mi"
cpu: "500m"
command: [ "/bin/bash", "-c", "--" ]
args: [ "while true; do sleep 30; done;" ]
- name: ubuntu-debugger
image: docker.io/ubuntu:latest
resources:
limits:
memory: "128Mi"
cpu: "500m"
command: ["/bin/bash", "-c", "--"]
args: ["while true; do sleep 30; done;"]