From dd2634d6bb090813a6bfd1e38d85c4a67361f710 Mon Sep 17 00:00:00 2001 From: gitea_admin Date: Wed, 11 Mar 2026 14:35:47 +0000 Subject: [PATCH] Update wiki Home page for dns-lookup-action --- Home.md | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/Home.md b/Home.md index 93a012c..8624dda 100644 --- a/Home.md +++ b/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 -From the project space, click on **"Create a release"** +The Kamelet expects the following headers to be set: -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 -Click on **"Deploy"** +If the domain-name header won't be set the body will be used as domain name. -- **Version:** Select the desired release -- **Environment:** Choose `Development`, `Staging`, or `Production` -- **Configuration:** Select the configuration source -- **Resources:** Set CPU and Memory +## Metadata -## Step 3: Expose -Enable **"Expose"** +| Property | Value | +|----------|-------| +| 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`