|
| 1 | +# gost-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.0 | |
| 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_HOSTNAME | string | `""` | | |
| 30 | +| container.env.GOST_PLATFORM_TUNNEL_ID | string | `""` | | |
| 31 | +| container.env.GOST_SERVER_HOSTNAME | string | `""` | | |
| 32 | +| container.image.pullPolicy | string | `"IfNotPresent"` | | |
| 33 | +| container.image.registry | string | `"docker.io"` | | |
| 34 | +| container.image.repository | string | `"gogost/gost"` | | |
| 35 | +| container.image.tag | string | `"latest"` | | |
| 36 | +| container.probes.liveness.enabled | bool | `true` | | |
| 37 | +| container.probes.liveness.exec.command[0] | string | `"wget"` | | |
| 38 | +| container.probes.liveness.exec.command[1] | string | `"--server-response"` | | |
| 39 | +| container.probes.liveness.exec.command[2] | string | `"--spider"` | | |
| 40 | +| container.probes.liveness.exec.command[3] | string | `"https://$(GOST_PLATFORM_TUNNEL_HOSTNAME)"` | | |
| 41 | +| container.probes.liveness.spec.failureThreshold | int | `2` | | |
| 42 | +| container.probes.liveness.spec.initialDelaySeconds | int | `30` | | |
| 43 | +| container.probes.liveness.spec.periodSeconds | int | `15` | | |
| 44 | +| container.probes.liveness.spec.successThreshold | int | `1` | | |
| 45 | +| container.probes.liveness.spec.timeoutSeconds | int | `15` | | |
| 46 | +| container.probes.liveness.type | string | `"exec"` | | |
| 47 | +| controller.deployment.strategy | string | `"Recreate"` | | |
| 48 | +| controller.enabled | bool | `true` | | |
| 49 | +| controller.replicas | int | `1` | | |
| 50 | +| controller.type | string | `"deployment"` | | |
| 51 | +| global | object | `{}` | | |
| 52 | +| hpa | object | `{}` | | |
| 53 | +| keda.auth | object | `{}` | | |
| 54 | +| keda.spec | object | `{}` | | |
| 55 | +| libraryMode | bool | `false` | | |
| 56 | +| nodeSelector | object | `{}` | | |
| 57 | +| pdb | object | `{}` | | |
| 58 | +| tolerations | list | `[]` | | |
| 59 | + |
| 60 | +---------------------------------------------- |
| 61 | +Autogenerated from chart metadata using [helm-docs v1.9.1](https://github.com/norwoodj/helm-docs/releases/v1.9.1) |
0 commit comments