How to deploy your own checker on Koyeb
Introduction
You need a koeyb account to deploy our checker on Koyeb. If you don’t have one, you can create one here.
Deploying the checker
-
Go to the Koyeb dashboard.
-
Click on the
Create Service
button. -
Select the
Docker
option.
- In the
Image
field, enterghcr.io/openstatushq/checker:latest
.
-
Click on the
Next
button. -
Fill the following settings
You should set the following environment variables
-
CLOUD_PROVIDER
: Koyeb -
REGION
: The koyeb region where you want to deploy your checker -
CRON_SECRET
: A secret key to secure your endpoint to avoid unauthorized access
Calling your probe
Once your checker is deployed, you can call it using the following command: