|
| 1 | +# ngrok-agent |
| 2 | + |
| 3 | +  |
| 4 | + |
| 5 | +A Helm chart for Kubernetes |
| 6 | + |
| 7 | +## Maintainers |
| 8 | + |
| 9 | +| Name | Email | Url | |
| 10 | +| ---- | ------ | --- | |
| 11 | +| codefresh | | <https://codefresh-io.github.io/> | |
| 12 | + |
| 13 | +## Requirements |
| 14 | + |
| 15 | +| Repository | Name | Version | |
| 16 | +|------------|------|---------| |
| 17 | +| oci://quay.io/codefresh/charts | cf-common | 0.24.1 | |
| 18 | + |
| 19 | +## Values |
| 20 | + |
| 21 | +| Key | Type | Default | Description | |
| 22 | +|-----|------|---------|-------------| |
| 23 | +| affinity | object | `{}` | | |
| 24 | +| container.args[0] | string | `"-L"` | | |
| 25 | +| container.args[1] | string | `"rtcp://:0//internal-gateway:80"` | | |
| 26 | +| container.args[2] | string | `"-F"` | | |
| 27 | +| container.args[3] | string | `"tunnel+wss://${GOST_SERVER_HOSTNAME}:443?tunnel.id=${GOST_PLATFORM_TUNNEL_ID}&keepalive=true&ttl=15s"` | | |
| 28 | +| container.command[0] | string | `"gost"` | | |
| 29 | +| container.env.GOST_PLATFORM_TUNNEL_ID | string | `"c5db1800-ce4c-11de-8413-6a7c5a153390"` | | |
| 30 | +| container.env.GOST_SERVER_HOSTNAME | string | `"f598c8b79c17fe29.gost.shared-services.cf-infra.com"` | | |
| 31 | +| container.image.pullPolicy | string | `"IfNotPresent"` | | |
| 32 | +| container.image.registry | string | `"docker.io"` | | |
| 33 | +| container.image.repository | string | `"gogost/gost"` | | |
| 34 | +| container.image.tag | string | `"latest"` | | |
| 35 | +| controller.deployment.strategy | string | `"Recreate"` | | |
| 36 | +| controller.enabled | bool | `true` | | |
| 37 | +| controller.replicas | int | `1` | | |
| 38 | +| controller.type | string | `"deployment"` | | |
| 39 | +| global | object | `{}` | | |
| 40 | +| hpa | object | `{}` | | |
| 41 | +| keda.auth | object | `{}` | | |
| 42 | +| keda.spec | object | `{}` | | |
| 43 | +| libraryMode | bool | `false` | | |
| 44 | +| nodeSelector | object | `{}` | | |
| 45 | +| pdb | object | `{}` | | |
| 46 | +| tolerations | list | `[]` | | |
| 47 | + |
| 48 | +---------------------------------------------- |
| 49 | +Autogenerated from chart metadata using [helm-docs v1.9.1](https://github.com/norwoodj/helm-docs/releases/v1.9.1) |
0 commit comments