|
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
|