fuse-device-plugin/test-pod.yaml
Stefan Reimer dc23e0323a
All checks were successful
ZeroDownTime/fuse-device-plugin/pipeline/tag This commit looks good
ZeroDownTime/fuse-device-plugin/pipeline/head This commit looks good
Use updated GO dependencies and fixes from https://github.com/cox96de/fuse-device-plugin.git
2023-09-27 17:56:58 +00:00

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