https://github.com/harness/helm-sto-manager
https://github.com/harness/helm-sto-manager
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/harness/helm-sto-manager
- Owner: harness
- Created: 2022-08-10T16:02:55.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2024-08-18T01:14:28.000Z (over 1 year ago)
- Last Synced: 2025-01-03T18:12:08.299Z (about 1 year ago)
- Language: Smarty
- Size: 502 KB
- Stars: 3
- Watchers: 52
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sto-manager
  
A Helm chart for Kubernetes
## Requirements
| Repository | Name | Version |
|------------|------|---------|
| https://harness.github.io/helm-common | harness-common | 1.x.x |
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| addOnImage.image.digest | string | `""` | |
| addOnImage.image.pullPolicy | string | `"IfNotPresent"` | |
| addOnImage.image.registry | string | `"docker.io"` | |
| addOnImage.image.repository | string | `"harness/ci-addon"` | |
| addOnImage.image.tag | string | `"1.14.19"` | |
| affinity | object | `{}` | |
| autoscaling.enabled | bool | `true` | |
| autoscaling.maxReplicas | int | `2` | |
| autoscaling.minReplicas | int | `1` | |
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
| defaultInternalImageConnector | string | `"test"` | |
| fullnameOverride | string | `""` | |
| global.delegate.airgapped | bool | `false` | |
| global.loadbalancerURL | string | `"https://test"` | |
| image.digest | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.registry | string | `"docker.io"` | |
| image.repository | string | `"harness/stomanager-signed"` | |
| image.tag | string | `"77800-000"` | |
| ingress.annotations | object | `{}` | |
| ingress.className | string | `""` | |
| ingress.enabled | bool | `false` | |
| ingress.hosts[0].host | string | `"chart-example.local"` | |
| ingress.hosts[0].paths[0].path | string | `"/"` | |
| ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | |
| ingress.tls | list | `[]` | |
| java.memory | int | `2500` | |
| java.memoryLimit | int | `600` | |
| leImage.image.digest | string | `""` | |
| leImage.image.pullPolicy | string | `"IfNotPresent"` | |
| leImage.image.registry | string | `"docker.io"` | |
| leImage.image.repository | string | `"harness/ci-lite-engine"` | |
| leImage.image.tag | string | `"1.14.22"` | |
| maxSurge | string | `"100%"` | |
| maxUnavailable | int | `0` | |
| mongoSecrets.password.key | string | `"mongodb-root-password"` | |
| mongoSecrets.password.name | string | `"mongodb-replicaset-chart"` | |
| mongoSecrets.userName.key | string | `"mongodbUsername"` | |
| mongoSecrets.userName.name | string | `"harness-secrets"` | |
| nameOverride | string | `""` | |
| ngServiceAccount | string | `"test"` | |
| nodeSelector | object | `{}` | |
| podAnnotations | object | `{}` | |
| podSecurityContext | object | `{}` | |
| probes.livenessProbe.failureThreshold | int | `5` | |
| probes.livenessProbe.httpGet.path | string | `"/health"` | |
| probes.livenessProbe.httpGet.port | string | `"http"` | |
| probes.livenessProbe.periodSeconds | int | `5` | |
| probes.livenessProbe.timeoutSeconds | int | `2` | |
| probes.readinessProbe.failureThreshold | int | `5` | |
| probes.readinessProbe.httpGet.path | string | `"/health"` | |
| probes.readinessProbe.httpGet.port | string | `"http"` | |
| probes.readinessProbe.periodSeconds | int | `10` | |
| probes.readinessProbe.timeoutSeconds | int | `2` | |
| probes.startupProbe.failureThreshold | int | `25` | |
| probes.startupProbe.httpGet.path | string | `"/health"` | |
| probes.startupProbe.httpGet.port | string | `"http"` | |
| probes.startupProbe.periodSeconds | int | `10` | |
| probes.startupProbe.timeoutSeconds | int | `2` | |
| redislabsCATruststore | string | `"test"` | |
| replicaCount | int | `1` | |
| resources.requests.cpu | int | `1` | |
| resources.requests.memory | string | `"3Gi"` | |
| s3UploadImage.image.digest | string | `""` | |
| s3UploadImage.image.pullPolicy | string | `"IfNotPresent"` | |
| s3UploadImage.image.registry | string | `"docker.io"` | |
| s3UploadImage.image.repository | string | `"bewithaman/s3"` | |
| s3UploadImage.image.tag | string | `"latest"` | |
| securityContext | object | `{}` | |
| securityImage.image.digest | string | `""` | |
| securityImage.image.pullPolicy | string | `"IfNotPresent"` | |
| securityImage.image.registry | string | `"docker.io"` | |
| securityImage.image.repository | string | `"harness/sto-plugin"` | |
| securityImage.image.tag | string | `"1.1.5.dev1668454818"` | |
| service.grpcport | int | `9979` | |
| service.port | int | `7090` | |
| service.type | string | `"ClusterIP"` | |
| serviceAccount.annotations | object | `{}` | |
| serviceAccount.create | bool | `false` | |
| serviceAccount.name | string | `"harness-default"` | |
| stoServiceGlobalToken.key | string | `"stoAppHarnessToken"` | |
| stoServiceGlobalToken.name | string | `"harness-secrets"` | |
| timescaleSecret.password.key | string | `"timescaledbPostgresPassword"` | |
| timescaleSecret.password.name | string | `"harness-secrets"` | |
| tolerations | list | `[]` | |
| waitForInitContainer.image.digest | string | `""` | |
| waitForInitContainer.image.pullPolicy | string | `"IfNotPresent"` | |
| waitForInitContainer.image.registry | string | `"docker.io"` | |
| waitForInitContainer.image.repository | string | `"harness/helm-init-container"` | |
| waitForInitContainer.image.tag | string | `"latest"` | |