mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-15 00:55:09 +01:00
fmt
This commit is contained in:
parent
6382a1be1e
commit
fe10875296
2 changed files with 10 additions and 10 deletions
|
|
@ -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;"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue