|
|
|
@@ -1,6 +1,6 @@
|
|
|
|
|
# cloudflared
|
|
|
|
|
|
|
|
|
|
 
|
|
|
|
|
 
|
|
|
|
|
|
|
|
|
|
Cloudflared Tunnel
|
|
|
|
|
|
|
|
|
@@ -19,20 +19,17 @@ Cloudflared Tunnel
|
|
|
|
|
|
|
|
|
|
| Repository | Name | Version |
|
|
|
|
|
|------------|------|---------|
|
|
|
|
|
| https://bjw-s.github.io/helm-charts/ | common | 3.5.1 |
|
|
|
|
|
| https://bjw-s.github.io/helm-charts/ | common | 3.6.0 |
|
|
|
|
|
|
|
|
|
|
## Values
|
|
|
|
|
|
|
|
|
|
| Key | Type | Default | Description |
|
|
|
|
|
|-----|------|---------|-------------|
|
|
|
|
|
| existingSecretKey | string | `"cf-tunnel-token"` | |
|
|
|
|
|
| existingSecretName | string | `"cloudflared-secret"` | |
|
|
|
|
|
| image.pullPolicy | string | `"IfNotPresent"` | |
|
|
|
|
|
| image.repository | string | `"cloudflare/cloudflared"` | |
|
|
|
|
|
| image.tag | string | `"2024.12.2"` | |
|
|
|
|
|
| name | string | `"cloudflared"` | |
|
|
|
|
|
| resources.requests.cpu | string | `"100m"` | |
|
|
|
|
|
| resources.requests.memory | string | `"128Mi"` | |
|
|
|
|
|
| existingSecretKey | string | `"cf-tunnel-token"` | Name of key that contains the token in the existingSecret |
|
|
|
|
|
| existingSecretName | string | `"cloudflared-secret"` | Name of existing secret that contains Cloudflare token |
|
|
|
|
|
| image | object | `{"pullPolicy":"IfNotPresent","repository":"cloudflare/cloudflared","tag":"2024.12.2"}` | Default image |
|
|
|
|
|
| name | string | `"cloudflared"` | Name override of release |
|
|
|
|
|
| resources | object | `{"requests":{"cpu":"100m","memory":"128Mi"}}` | Default resources |
|
|
|
|
|
|
|
|
|
|
----------------------------------------------
|
|
|
|
|
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
|
|
|
|
|