https://github.com/harness/helm-gateway
https://github.com/harness/helm-gateway
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/harness/helm-gateway
- Owner: harness
- Created: 2022-08-09T13:53:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-03T11:12:36.000Z (over 2 years ago)
- Last Synced: 2025-01-03T18:12:09.133Z (about 1 year ago)
- Language: Smarty
- Size: 263 KB
- Stars: 1
- Watchers: 52
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gateway
  
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 | `{}` | |
| autoscaling.enabled | bool | `true` | |
| autoscaling.maxReplicas | int | `100` | |
| autoscaling.minReplicas | int | `1` | |
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
| fullnameOverride | string | `""` | |
| global.ha | bool | `false` | |
| global.loadbalancerURL | string | `"http://test/abc"` | |
| image.digest | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.registry | string | `"docker.io"` | |
| image.repository | string | `"harness/gateway-signed"` | |
| image.tag | string | `"1000138"` | |
| imagePullSecrets | object | `{}` | |
| java.memory | int | `512` | |
| maxSurge | int | `1` | |
| maxUnavailable | int | `0` | |
| mongoSecrets.password.key | string | `"mongodbPassword"` | |
| mongoSecrets.password.name | string | `"harness-secrets"` | |
| 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.4` | |
| resources.limits.memory | string | `"1024Mi"` | |
| resources.requests.cpu | float | `0.2` | |
| resources.requests.memory | string | `"512Mi"` | |
| securityContext.runAsNonRoot | bool | `true` | |
| securityContext.runAsUser | int | `65534` | |
| service.port | int | `8080` | |
| service.type | string | `"ClusterIP"` | |
| serviceAccount.annotations | object | `{}` | |
| serviceAccount.create | bool | `false` | |
| serviceAccount.name | string | `"harness-default"` | |
| 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"` | |