Skip to content

Instantly share code, notes, and snippets.

@miyadav
Created March 8, 2022 03:50
Show Gist options
  • Save miyadav/ae638b93214f3d8bc4a492032f004c4b to your computer and use it in GitHub Desktop.
Save miyadav/ae638b93214f3d8bc4a492032f004c4b to your computer and use it in GitHub Desktop.
Workload
apiVersion: batch/v1
kind: Job
metadata:
generateName: work-queue-
spec:
template:
spec:
containers:
- name: work
image: <quayopenshiftdigestURL>
command: ["sleep", "300"]
resources:
requests:
memory: 500Mi
cpu: 500m
restartPolicy: Never
backoffLimit: 4
completions: 100
parallelism: 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment