1
0
Fork 0
hudctrl/ci/podTemplate.yaml

18 lines
330 B
YAML

spec:
nodeSelector:
kubernetes.io/hostname: k8s-amd64-n2.pyrocufflink.blue
containers:
- name: python
image: docker.io/python:3.10
command:
- sleep
- infinity
- name: node
image: docker.io/node:16-bullseye-slim
command:
- sleep
- infinity
resources:
limits:
cpu: 500m