mirror of
https://gitlab.com/deepcypher/dc-kc.git
synced 2026-01-27 11:12:08 +00:00
32 lines
1.3 KiB
Markdown
32 lines
1.3 KiB
Markdown
# cloudflared
|
|
|
|
  
|
|
|
|
A Helm chart for Kubernetes
|
|
|
|
## Requirements
|
|
|
|
| Repository | Name | Version |
|
|
|------------|------|---------|
|
|
| https://gitlab.com/api/v4/projects/55284972/packages/helm/stable | cloudflared | 0.4.0 |
|
|
|
|
## Values
|
|
|
|
| Key | Type | Default | Description |
|
|
|-----|------|---------|-------------|
|
|
| cloudflared.autoscaling.enabled | bool | `true` | |
|
|
| cloudflared.autoscaling.maxReplicas | int | `4` | |
|
|
| cloudflared.autoscaling.minReplicas | int | `2` | |
|
|
| cloudflared.netpol.enabled | bool | `false` | |
|
|
| cloudflared.resources.limits.memory | string | `"128Mi"` | |
|
|
| cloudflared.resources.requests.cpu | string | `"50m"` | |
|
|
| environment.baseDomain | string | `"deepcypher.me"` | |
|
|
| environment.contact.email | string | `"noreply@deepcypher.me"` | |
|
|
| environment.contact.name | string | `"George Onoufriou"` | |
|
|
| environment.hardware | string | `"metal"` | |
|
|
| environment.location.name | string | `"unknown"` | |
|
|
| environment.mode | string | `"production"` | |
|
|
| environment.name | string | `"unknown"` | |
|
|
| environment.revision | string | `"main"` | |
|
|
|