This commit is contained in:
Joseph Hanson 2024-02-25 12:27:49 -06:00
parent 9700f92998
commit 5a7c05a9b9
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -1,20 +0,0 @@
apiVersion: v1
kind: Pod
metadata:
name: ubuntu
namespace: default
spec:
nodeName: nenya
containers:
- name: ubuntu
image: ubuntu:latest
securityContext:
privileged: true
command: ["/bin/bash", "-c", "while true; do sleep 10; done"]
resources:
requests:
cpu: 100m
memory: 512Mi
limits:
cpu: 4000m
memory: 4000Mi