Skip to content

Instantly share code, notes, and snippets.

@psrna
Last active March 7, 2023 12:29
Show Gist options
  • Select an option

  • Save psrna/a0208a2dd85aeb64932a3659e1fa4bd6 to your computer and use it in GitHub Desktop.

Select an option

Save psrna/a0208a2dd85aeb64932a3659e1fa4bd6 to your computer and use it in GitHub Desktop.
apiVersion: batch/v1
kind: CronJob
metadata:
name: run-cloudwash-rh-developer-osd
namespace: appstudio-qe
spec:
schedule: "@daily"
jobTemplate:
spec:
template:
spec:
containers:
- name: trigger
image: curlimages/curl
args: ["curl", "-X", "POST", "--data", "{}", "el-developer-osd-aws-cleanup-trigger-listener.appstudio-qe.svc.cluster.local:8080"]
restartPolicy: Never
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment