theshire/kubernetes/apps/kube-system/rocky-nenya.yaml

21 lines
422 B
YAML
Raw Permalink Normal View History

2024-01-11 15:03:54 -06:00
apiVersion: v1
kind: Pod
metadata:
2024-01-11 17:50:28 -06:00
name: rocky-nenya
namespace: kube-system
2024-01-11 15:03:54 -06:00
spec:
2024-02-16 14:27:12 -06:00
# nodeName: nenya
2024-01-11 15:03:54 -06:00
containers:
- name: rocky
image: rockylinux:9
securityContext:
privileged: true
command: ["/bin/bash", "-c", "while true; do sleep 10; done"]
resources:
requests:
cpu: 100m
memory: 512Mi
limits:
cpu: 4000m
memory: 4000Mi