You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
588 B

---
apiVersion: batch/v1
kind: Job
metadata:
name: argocd-configplugin-tester-deployment3
labels:
app: argocd-configplugin-tester
spec:
template:
metadata:
labels:
app: argocd-configplugin-tester
spec:
restartPolicy: "Never"
containers:
- name: long-running-task
args:
- '-c'
- 'echo "pass2" > result.txt && cat result.txt && sleep 120'
image: bash
resources:
limits:
memory: 200Mi
requests:
cpu: 100m
memory: 200Mi