Skip to content

Commit

Permalink
chore: reformat table
Browse files Browse the repository at this point in the history
  • Loading branch information
ansgarschulte committed Oct 25, 2024
1 parent 8ec6988 commit 28d42a9
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions charts/steadybit-platform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,27 +41,27 @@ $ helm show values steadybit-platform

The following table lists the configurable parameters of the steadybit platform chart and their default values.

| Key | Type | Default | Description |
|------------------------------|--------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| affinity | object | `{}` | Affinities to influence platform pod assignment. |
| image.name | string | `"docker.steadybit.io/steadybit/platform"` | The container image to use of the steadybit platform. |
| image.pullPolicy | string | `"Always"` | Specifies when to pull the image container. |
| image.tag | string | `"latest"` | Tag name of the platform container image to use. |
| ingress | object | `{"annotations":null,"enabled":true,"hosts":[]}` | Ingress configuration properties |
| nodeSelector | object | `{}` | Node labels for pod assignment |
| platform.env | array | `[{"name:", "STEADYBIT_AUTH_PROVIDER", "value": "static"},{"name":"STEADYBIT_AUTH_STATIC_0_PASSWORD", "value": "{noop}admin"},{"name":"STEADYBIT_AUTH_STATIC_0_USERNAME", "value":"admin"}]` | Use this to set additional environment variables See https://docs.steadybit.io/installation-platform/3-advanced-configuration. |
| platform.extraLabels | object | `{}` | Additional labels |
| platform.tenant.key | string | `"onprem"` | Name for the tenant assigned to you. |
| platform.tenant.agentKey | string | `nil` | The secret token which your agent uses to authenticate to steadybit's servers. Get it from https://platform.steadybit.io/settings/agents/setup. |
| platform.tenant.name | string | `"onprem"` | Key for the tenant assigned to you. |
| platform.tenant.license | string | `nil` | Key for the tenant assigned to you. |
| platform.uiPort | int | `80` | (internal) Web-UI port for the user interface. |
| platform.websocketPort | int | `7878` | (internal) Websocket port for communication between platform and agents. |
| platform.publicWebsocketPort | int | `80` | The public port used for experiments - Use this if the agent access the websocket via ingress or a reverse proxy, that serves websocket and http traffic using the same port |
| platform.service.type | string | `NodePort` | Service Type to use for the platform |
| podAnnotations | object | `{}` | Additional annotations to be added to the platform pod. |
| serviceAccount.create | bool | `true` | Specifies whether a ServiceAccount should be created. |
| tolerations | list | `[]` | Tolerations to influence platform pod assignment. |
| Key | Type | Default | Description |
|------------------------------|--------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| affinity | object | `{}` | Affinities to influence platform pod assignment. |
| image.name | string | `"docker.steadybit.io/steadybit/platform"` | The container image to use of the steadybit platform. |
| image.pullPolicy | string | `"Always"` | Specifies when to pull the image container. |
| image.tag | string | `"latest"` | Tag name of the platform container image to use. |
| ingress | object | `{"annotations":null,"enabled":true,"hosts":[]}` | Ingress configuration properties |
| nodeSelector | object | `{}` | Node labels for pod assignment |
| platform.env | array | `[{"name:", "STEADYBIT_AUTH_PROVIDER", "value": "static"},{"name":"STEADYBIT_AUTH_STATIC_0_PASSWORD", "value": "{noop}admin"},{"name":"STEADYBIT_AUTH_STATIC_0_USERNAME", "value":"admin"}]` | Use this to set additional environment variables See https://docs.steadybit.io/installation-platform/3-advanced-configuration. |
| platform.extraLabels | object | `{}` | Additional labels |
| platform.tenant.key | string | `"onprem"` | Name for the tenant assigned to you. |
| platform.tenant.agentKey | string | `nil` | The secret token which your agent uses to authenticate to steadybit's servers. Get it from https://platform.steadybit.io/settings/agents/setup. |
| platform.tenant.name | string | `"onprem"` | Key for the tenant assigned to you. |
| platform.tenant.license | string | `nil` | Key for the tenant assigned to you. |
| platform.uiPort | int | `80` | (internal) Web-UI port for the user interface. |
| platform.websocketPort | int | `7878` | (internal) Websocket port for communication between platform and agents. |
| platform.publicWebsocketPort | int | `80` | The public port used for experiments - Use this if the agent access the websocket via ingress or a reverse proxy, that serves websocket and http traffic using the same port |
| platform.service.type | string | `NodePort` | Service Type to use for the platform |
| podAnnotations | object | `{}` | Additional annotations to be added to the platform pod. |
| serviceAccount.create | bool | `true` | Specifies whether a ServiceAccount should be created. |
| tolerations | list | `[]` | Tolerations to influence platform pod assignment. |

### YAML file

Expand Down

0 comments on commit 28d42a9

Please sign in to comment.