Cloudflare Configurator

  • Weii Wang
Channel Revision Published Runs on
latest/edge 2 18 Oct 2024
Ubuntu 24.04
juju deploy cloudflare-configurator --channel edge
Show information

Platform:

Ubuntu
24.04

Learn about configurations >

  • domain | string

    The hostname the app is exposed on cloudflare.

  • nameserver | string

    The nameserver used by the cloudflared tunnel. Cloudflared will use kube DNS if this option is not set.

  • tunnel-token | secret

    A juju secret ID, points to a juju secret containing the cloudflared tunnel-token. You can create this juju secret by using the following command: juju add-secret my-token tunnel-token=<cloudflared-tunnel-token> && juju grant-secret my-token cloudflare-configurator