https://github.com/harness/helm-platform-service
https://github.com/harness/helm-platform-service
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/harness/helm-platform-service
- Owner: harness
- Created: 2022-08-10T11:35:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T11:59:53.000Z (about 3 years ago)
- Last Synced: 2025-01-03T18:12:08.442Z (about 1 year ago)
- Language: Smarty
- Size: 298 KB
- Stars: 1
- Watchers: 52
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# platform-service
  
A Helm chart for Kubernetes
## Requirements
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | common | 2.x.x |
| 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` | |
| fullnameOverride | string | `""` | |
| global.loadbalancerURL | string | `"http://test/abc"` | |
| image.digest | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.registry | string | `"docker.io"` | |
| image.repository | string | `"harness/platform-service-signed"` | |
| image.tag | string | `"76201"` | |
| imagePullSecrets | object | `{}` | |
| java.memory | string | `"3072m"` | |
| 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 | `{}` | |
| replicaCount | int | `1` | |
| resources.limits.cpu | float | `0.5` | |
| resources.limits.memory | string | `"8192Mi"` | |
| resources.requests.cpu | float | `0.5` | |
| resources.requests.memory | string | `"512Mi"` | |
| securityContext.runAsNonRoot | bool | `true` | |
| securityContext.runAsUser | int | `65534` | |
| service.port | int | `9005` | |
| service.type | string | `"ClusterIP"` | |
| serviceAccount.annotations | object | `{}` | |
| serviceAccount.create | bool | `false` | |
| serviceAccount.name | string | `"harness-default"` | |
| smtp.host | string | `""` | |
| smtp.password | string | `""` | |
| smtp.port | string | `""` | |
| smtp.ssl | bool | `true` | |
| smtp.user | string | `""` | |
| 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"` | |