Update wiki Home page for dns-lookup-action

gitea_admin 2026-03-11 14:35:47 +00:00
parent 5b13153fe8
commit dd2634d6bb

33
Home.md

@ -1,21 +1,26 @@
# Deploy the Project on CamelX Platform # DNS Lookup Action
Deploy on CamelX Platform in three steps Lookup for a domain
## Step 1: Create a release The Kamelet expects the following headers to be set:
From the project space, click on **"Create a release"**
The new version is automatically available in the list - `domain-name` / `ce-domainname`: as the domain for which we are looking up
## Step 2: Deploy If the domain-name header won't be set the body will be used as domain name.
Click on **"Deploy"**
- **Version:** Select the desired release ## Metadata
- **Environment:** Choose `Development`, `Staging`, or `Production`
- **Configuration:** Select the configuration source
- **Resources:** Set CPU and Memory
## Step 3: Expose | Property | Value |
Enable **"Expose"** |----------|-------|
| Type | action |
| Group | DNS |
| Namespace | Networking |
| Support Level | Stable |
| Provider | Apache Software Foundation |
Choose an **API Gateway** (Internal, Public, etc.) ## Dependencies
- `camel:core`
- `camel:jackson`
- `camel:dns`
- `camel:kamelet`