fuse-device-plugin/test-pod.yaml

31 lines
575 B
YAML

# Once pod is running:
# kubectl -n NAME-SPACE-TO-TEST exec -it pod/POD_NAME /bin/sh
apiVersion: apps/v1
kind: Deployment
metadata:
name: podman
labels:
app: podman
spec:
replicas: 1
selector:
matchLabels:
app: podman
template:
metadata:
labels:
app: podman
spec:
containers:
- name: podman
image: public.ecr.aws/zero-downtime/jenkins-podman:latest
command:
- podman
args:
- "system"
- "info"
resources:
limits:
github.com/fuse: 1