Files
Enrique Medina Montenegro edad9d9e8d Spanish Translation
2019-06-12 16:56:34 +02:00

15 lines
251 B
YAML

apiVersion: batch/v1
kind: Job
metadata:
name: pi
spec:
template:
spec:
containers:
- name: pi
image: perl
command: ["perl", "-Mbignum=bpi", "-wle", "print bpi(2000)"]
restartPolicy: Never
backoffLimit: 4