From a5ea542bfbd9ef2f2ab57d91b4938d58291276b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alfred=20G=C3=B6ppel?= <43101280+alfi0812@users.noreply.github.com> Date: Mon, 19 Jan 2026 16:52:57 +0100 Subject: [PATCH] Update setup-guide.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> --- .../stable/cloudflareddns/docs/setup-guide.md | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/charts/stable/cloudflareddns/docs/setup-guide.md b/charts/stable/cloudflareddns/docs/setup-guide.md index a7ebff226fa..2c21ea3fcbe 100644 --- a/charts/stable/cloudflareddns/docs/setup-guide.md +++ b/charts/stable/cloudflareddns/docs/setup-guide.md @@ -21,11 +21,6 @@ In your profile, go to **API Tokens** and click **Create Token**, then select ** Permissions - Zone - DNS - Edit -- Zone - Zone - Read - -And the following Zone resources - -- Include - Specific zone - yourdomain.com ![cloudflare-token](./img/cloudflare-token.png) @@ -35,18 +30,23 @@ Use the API Token previously created for the **api_token** field. - Change **domain** to your DNS Zone A record (yourdomain.com) - Change **record** to 'A' if you're only changing your main domain -- Change **zone** to DNS Zone ID found on the Cloudflare Overview Page for your domain. An example configuration could look like that: ```yaml values: - cloudflareddns: - api_token: ${DOMAIN_0_CLOUDFLARE_TOKEN} - host_zone_record: - - domain: ${DOMAIN_0} - record: A - zone: ${DOMAIN_0} + workload: + main: + podSpec: + containers: + main: + env: + UPDATE_IPV6: false + DETECTION_MODE: "dig-whoami.cloudflare" + LOG_LEVEL: 3 + CF_APITOKEN: ${CLOUDFLARE_TOKEN} + CF_HOSTS: "minecraft.${DOMAIN_0},wireguard.${DOMAIN_1}" + INTERVAL: 300 ``` If you're using or changing specific A records or CNAMEs you may want to refer to the upstream documentation for more examples [here](https://hotio.dev/containers/cloudflareddns/))