mirror of
https://gitlab.com/deepcypher/dc-kc.git
synced 2026-01-27 11:12:08 +00:00
cloudflare-tunnel
Creation of a cloudflared deployment - a reverse tunnel for an environment
Values
| Key | Type | Default | Description |
|---|---|---|---|
| affinity | object | {} |
|
| cloudflare.account | string | "" |
|
| cloudflare.enableWarp | bool | false |
|
| cloudflare.ingress | list | [] |
|
| cloudflare.secret | string | "" |
|
| cloudflare.tunnelId | string | "" |
|
| cloudflare.tunnelName | string | "" |
|
| fullnameOverride | string | "" |
|
| image.pullPolicy | string | "IfNotPresent" |
|
| image.repository | string | "cloudflare/cloudflared" |
|
| image.tag | string | "" |
|
| imagePullSecrets | list | [] |
|
| nameOverride | string | "" |
|
| nodeSelector | object | {} |
|
| podAnnotations | object | {} |
|
| podSecurityContext.runAsNonRoot | bool | true |
|
| podSecurityContext.runAsUser | int | 65532 |
|
| replicaCount | int | 2 |
|
| resources | object | {} |
|
| securityContext.allowPrivilegeEscalation | bool | false |
|
| securityContext.capabilities.drop[0] | string | "ALL" |
|
| securityContext.readOnlyRootFilesystem | bool | true |
|
| serviceAccount.annotations | object | {} |
|
| serviceAccount.name | string | "" |
|
| tolerations | list | [] |