Update wiki Home page for cron-source

gitea_admin 2026-03-11 14:35:37 +00:00
parent f266b7c52d
commit 9f733bc547

34
Home.md

@ -1,21 +1,27 @@
# Deploy the Project on CamelX Platform
# Cron Source
Deploy on CamelX Platform in three steps
Send events at specific time.
## Step 1: Create a release
From the project space, click on **"Create a release"**
## Metadata
The new version is automatically available in the list
| Property | Value |
|----------|-------|
| Type | source |
| Group | Cron |
| Namespace | Scheduling |
| Support Level | Stable |
| Provider | Apache Software Foundation |
## Step 2: Deploy
Click on **"Deploy"**
## Properties
- **Version:** Select the desired release
- **Environment:** Choose `Development`, `Staging`, or `Production`
- **Configuration:** Select the configuration source
- **Resources:** Set CPU and Memory
| Name | Type | Required | Default | Description |
|------|------|----------|---------|-------------|
| `schedule` | string | ✓ | | A cron expression that will be used to trigger events generation. |
| `message` | string | ✓ | | The message to generate |
## Step 3: Expose
Enable **"Expose"**
## Dependencies
Choose an **API Gateway** (Internal, Public, etc.)
- `camel:quartz`
- `camel:core`
- `camel:cron`
- `camel:kamelet`