1 changed files with 13 additions and 0 deletions
			
			
		| @ -0,0 +1,13 @@ | |||||
|  | apiVersion: batch/v1 | ||||
|  | kind: Job | ||||
|  | metadata: | ||||
|  |   name: pi | ||||
|  | spec: | ||||
|  |   template: | ||||
|  |     spec: | ||||
|  |       containers: | ||||
|  |       - name: pi | ||||
|  |         image: perl:5.34.0 | ||||
|  |         command: ["perl",  "-Mbignum=bpi", "-wle", "print bpi(2000)"] | ||||
|  |       restartPolicy: Never | ||||
|  |   backoffLimit: 4 | ||||
					Loading…
					
					
				
		Reference in new issue