This repository has been archived on 2024-02-11. You can view files and clone it, but cannot push or open issues or pull requests.
valinor/kubernetes/apps/default/rocky-nienna.yaml

21 lines
417 B
YAML
Raw Normal View History

2023-11-27 12:42:15 -06:00
apiVersion: v1
kind: Pod
metadata:
2023-12-31 15:32:20 -06:00
name: rocky-nienna
2023-11-27 12:42:15 -06:00
namespace: default
spec:
2023-12-31 15:32:20 -06:00
nodeName: nienna
2023-11-27 12:42:15 -06:00
containers:
- name: rocky
image: rockylinux:9
securityContext:
privileged: true
command: ["/bin/bash", "-c", "while true; do sleep 10; done"]
resources:
requests:
2023-12-02 00:51:58 -06:00
cpu: 100m
memory: 512Mi
2023-11-27 12:42:15 -06:00
limits:
cpu: 4000m
2023-12-08 22:17:09 -06:00
memory: 4000Mi