An open API service indexing awesome lists of open source software.

https://github.com/harness/helm-gateway


https://github.com/harness/helm-gateway

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# gateway

![Version: 0.2.6](https://img.shields.io/badge/Version-0.2.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.1](https://img.shields.io/badge/AppVersion-0.0.1-informational?style=flat-square)

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"` | |