Skip to content

Commit

Permalink
helm-docs
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Kloeker <[email protected]>
  • Loading branch information
eumel8 committed Dec 3, 2023
1 parent 657cb7f commit 3bb20bc
Showing 1 changed file with 19 additions and 8 deletions.
27 changes: 19 additions & 8 deletions chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ A Helm chart to install Sparrow
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| affinity | object | `{}` | |
| extraArgs.loaderFilePath | string | `"/runconfig/checks.yaml"` | |
| extraArgs.loaderType | string | `"file"` | |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/caas-team/sparrow"` | |
Expand All @@ -36,22 +38,31 @@ A Helm chart to install Sparrow
| nodeSelector | object | `{}` | |
| podAnnotations | object | `{}` | |
| podLabels | object | `{}` | |
| podSecurityContext | object | `{}` | |
| podSecurityContext.fsGroup | int | `1000` | |
| podSecurityContext.supplementalGroups[0] | int | `1000` | |
| replicaCount | int | `1` | |
| resources | object | `{}` | |
| securityContext | object | `{}` | |
| runtimeConfig.enabled | bool | `true` | |
| runtimeConfig.healthEndpoint | bool | `false` | |
| runtimeConfig.latency.enabled | bool | `true` | |
| runtimeConfig.latency.interval | int | `1` | |
| runtimeConfig.latency.retry.count | int | `3` | |
| runtimeConfig.latency.retry.delay | int | `1` | |
| runtimeConfig.latency.timeout | int | `3` | |
| runtimeConfig.targets[0] | string | `"https://www.example.com/"` | |
| runtimeConfig.targets[1] | string | `"https://www.google.com/"` | |
| securityContext.allowPrivilegeEscalation | bool | `false` | |
| securityContext.capabilities.drop[0] | string | `"ALL"` | |
| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `true` | |
| securityContext.runAsGroup | int | `1000` | |
| securityContext.runAsUser | int | `1000` | |
| service.port | int | `8080` | |
| service.type | string | `"ClusterIP"` | |
| serviceAccount.annotations | object | `{}` | |
| serviceAccount.automount | bool | `true` | |
| serviceAccount.create | bool | `true` | |
| serviceAccount.name | string | `""` | |
| sparrow.loaderFilePath | string | `"/runconfig/checks.yaml"` | |
| sparrow.loaderType | string | `"file"` | |
| sparrowConfig.enabled | bool | `true` | |
| sparrowConfig.healthEndpoint | bool | `false` | |
| sparrowConfig.targets[0] | string | `"https://www.telekom.de"` | |
| sparrowConfig.targets[1] | string | `"https://gitlab.devops.telekom.de"` | |
| tolerations | list | `[]` | |

----------------------------------------------
Expand Down

0 comments on commit 3bb20bc

Please sign in to comment.