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