committed by
GitHub
2 changed files with 24 additions and 4 deletions
@ -0,0 +1,18 @@ |
|||||
|
apiVersion: batch/v1 |
||||
|
kind: Job |
||||
|
metadata: |
||||
|
name: dms-migrations |
||||
|
spec: |
||||
|
template: |
||||
|
spec: |
||||
|
containers: |
||||
|
- name: dms-migrations |
||||
|
image: curlimages/curl |
||||
|
command: |
||||
|
- "curl" |
||||
|
- "-k" |
||||
|
- "-X" |
||||
|
- "GET" |
||||
|
- "https://172.31.112.1:5001/swagger/index.html" |
||||
|
restartPolicy: Never |
||||
|
backoffLimit: 4 |
Loading…
Reference in new issue