generated from camel.apache.org/kamelet
Update wiki Home page for cron-source
parent
f266b7c52d
commit
9f733bc547
34
Home.md
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
|
## Metadata
|
||||||
From the project space, click on **"Create a release"**
|
|
||||||
|
|
||||||
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
|
## Properties
|
||||||
Click on **"Deploy"**
|
|
||||||
|
|
||||||
- **Version:** Select the desired release
|
| Name | Type | Required | Default | Description |
|
||||||
- **Environment:** Choose `Development`, `Staging`, or `Production`
|
|------|------|----------|---------|-------------|
|
||||||
- **Configuration:** Select the configuration source
|
| `schedule` | string | ✓ | | A cron expression that will be used to trigger events generation. |
|
||||||
- **Resources:** Set CPU and Memory
|
| `message` | string | ✓ | | The message to generate |
|
||||||
|
|
||||||
## Step 3: Expose
|
## Dependencies
|
||||||
Enable **"Expose"**
|
|
||||||
|
|
||||||
Choose an **API Gateway** (Internal, Public, etc.)
|
- `camel:quartz`
|
||||||
|
- `camel:core`
|
||||||
|
- `camel:cron`
|
||||||
|
- `camel:kamelet`
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user