Cloudflare Configurator
- Weii Wang
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/edge | 2 | 18 Oct 2024 |
juju deploy cloudflare-configurator --channel edge
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
24.04
-
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