https://github.com/harness/helm-ng-manager
https://github.com/harness/helm-ng-manager
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/harness/helm-ng-manager
- Owner: harness
- Created: 2022-08-10T14:05:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T16:39:36.000Z (about 3 years ago)
- Last Synced: 2025-01-03T18:12:07.925Z (about 1 year ago)
- Language: Smarty
- Size: 531 KB
- Stars: 2
- Watchers: 52
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ng-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 |
|-----|------|---------|-------------|
| affinity | object | `{}` | |
| appLogLevel | string | `"INFO"` | |
| autoscaling.enabled | bool | `true` | |
| autoscaling.maxReplicas | int | `100` | |
| autoscaling.minReplicas | int | `1` | |
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
| ceGcpSetupConfigGcpProjectId | string | `"placeHolderGcpProjectId"` | |
| ceSecret.access_key.key | string | `"AWS_ACCESS_KEY"` | |
| ceSecret.access_key.name | string | `"nextgen-ce"` | |
| ceSecret.destination_bucket.key | string | `"AWS_DESTINATION_BUCKET"` | |
| ceSecret.destination_bucket.name | string | `"nextgen-ce"` | |
| ceSecret.secret_key.key | string | `"AWS_SECRET_KEY"` | |
| ceSecret.secret_key.name | string | `"nextgen-ce"` | |
| ceSecret.template_url.key | string | `"AWS_TEMPLATE_LINK"` | |
| ceSecret.template_url.name | string | `"nextgen-ce"` | |
| fullnameOverride | string | `""` | |
| global.ccm.enabled | bool | `false` | |
| global.license.enabled | bool | `false` | |
| global.license.licensekey | string | `"anexamplelicensekey"` | |
| global.loadbalancerURL | string | `""` | |
| global.opa.enabled | bool | `false` | |
| image.digest | string | `""` | |
| image.imagePullSecrets | list | `[]` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.registry | string | `"docker.io"` | |
| image.repository | string | `"harness/ng-manager-signed"` | |
| image.tag | string | `"76019"` | |
| imagePullSecrets | object | `{}` | |
| initContainer.image.digest | string | `""` | |
| initContainer.image.imagePullSecrets | list | `[]` | |
| initContainer.image.registry | string | `"docker.io"` | |
| initContainer.image.repository | string | `"busybox"` | |
| initContainer.image.tag | string | `"1.35.0"` | |
| java.memory | string | `"4096m"` | |
| maxSurge | int | `1` | |
| 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 | `""` | |
| nodeSelector | object | `{}` | |
| podAnnotations | object | `{}` | |
| podSecurityContext | object | `{}` | |
| probes.livenessProbe.failureThreshold | int | `5` | |
| probes.livenessProbe.httpGet.path | string | `"/health"` | |
| probes.livenessProbe.httpGet.port | string | `"http-ng-manager"` | |
| probes.livenessProbe.periodSeconds | int | `10` | |
| probes.livenessProbe.timeoutSeconds | int | `2` | |
| probes.readinessProbe.failureThreshold | int | `5` | |
| probes.readinessProbe.httpGet.path | string | `"/health"` | |
| probes.readinessProbe.httpGet.port | string | `"http-ng-manager"` | |
| 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-ng-manager"` | |
| probes.startupProbe.periodSeconds | int | `10` | |
| probes.startupProbe.timeoutSeconds | int | `2` | |
| replicaCount | int | `1` | |
| resources.limits.cpu | int | `2` | |
| resources.limits.memory | string | `"8192Mi"` | |
| resources.requests.cpu | int | `2` | |
| resources.requests.memory | string | `"200Mi"` | |
| securityContext.runAsNonRoot | bool | `true` | |
| securityContext.runAsUser | int | `65534` | |
| service.gitsyncgrpcport | int | `13002` | |
| service.grpcport | int | `9979` | |
| service.port | int | `7090` | |
| service.protocol | string | `"TCP"` | |
| service.type | string | `"ClusterIP"` | |
| serviceAccount.annotations | object | `{}` | |
| serviceAccount.create | bool | `false` | |
| serviceAccount.name | string | `"harness-default"` | |
| timescaleSecret.password.key | string | `"timescaledbPostgresPassword"` | |
| timescaleSecret.password.name | string | `"harness-secrets"` | |
| tolerations | list | `[]` | |
| waitForInitContainer.image.digest | string | `""` | |
| waitForInitContainer.image.imagePullSecrets | list | `[]` | |
| waitForInitContainer.image.pullPolicy | string | `"IfNotPresent"` | |
| waitForInitContainer.image.registry | string | `"docker.io"` | |
| waitForInitContainer.image.repository | string | `"harness/helm-init-container"` | |
| waitForInitContainer.image.tag | string | `"latest"` | |