mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 01:16:55 +00:00
20 lines
360 B
YAML
20 lines
360 B
YAML
apiVersion: batch/v1
|
|
kind: Job
|
|
metadata:
|
|
name: pi
|
|
spec:
|
|
template:
|
|
spec:
|
|
containers:
|
|
- name: piv0
|
|
image: perl
|
|
command: ["perl"]
|
|
ports: dsvd12
|
|
- name: pi
|
|
image: perl
|
|
command: ["perl"]
|
|
- name: piv1
|
|
image: perl
|
|
command: ["perl"]
|
|
restartPolicy: Never
|
|
backoffLimit: 4
|