Skip to content

Commit

Permalink
📝 Update guide
Browse files Browse the repository at this point in the history
  • Loading branch information
adyanth committed Apr 10, 2023
1 parent cd2e508 commit e4c7165
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The operator iself accepts command line arguments to override some of the defaul

| **Command line argument** | **Type** | **Description** | **Default Value** | |
|--------------------------------|----------|------------------------------------------------------------------------------------------------------------|----------------------------|---|
| `--default-image` | string | The default cloudflared image to use for tunnels | | |
| `--cluster-resource-namespace` | string | The default namespace for cluster scoped resources | cloudflare-operator-system | |
| `--overwrite-unmanaged-dns` | boolean | Overwrite existing DNS records that do not have a corresponding managed TXT record | false | |
| `--leader-elect` | boolean | Enable leader election for controller manager, this is optional for operator running with a single replica | true | |
Expand Down Expand Up @@ -58,7 +59,9 @@ spec:

# cloudflared configuration
fallbackTarget: http_status:404 # The default service to point cloudflared to. Defaults to http_status:404
image: cloudflare/cloudflared:2022.3.1 # Image to run. Used for running an up-to-date image. Can be swapped out to an arm based image if needed
podSpec: # Overwrite any fields of the generated pod spec for cloudflared
containers:
- image: cloudflared:latest # Overwrite image to be used
noTlsVerify: false # Disables the TLS verification to backend services globally
originCaPool: homelab-ca # Secret containing CA certificates to trust. Must contain tls.crt to be trusted globally and optionally other certificates (see the caPool service annotation for usage)
size: 1 # Replica count for the tunnel deployment
Expand Down

0 comments on commit e4c7165

Please sign in to comment.