a3caicedo
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
4 deletions
-
pre-post-sync/pre-sync-job.yaml
|
@ -9,8 +9,10 @@ spec: |
|
|
template: |
|
|
template: |
|
|
spec: |
|
|
spec: |
|
|
containers: |
|
|
containers: |
|
|
- name: sleep |
|
|
- name: endpoint-consumer |
|
|
image: alpine:latest |
|
|
image: curlimages/curl |
|
|
command: ["sleep", "10"] |
|
|
command: |
|
|
|
|
|
- "curl" |
|
|
|
|
|
- "https://www.google.com" |
|
|
restartPolicy: Never |
|
|
restartPolicy: Never |
|
|
backoffLimit: 0 |
|
|
backoffLimit: 2 |
|
|