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

https://github.com/harness/helm-ng-auth-ui


https://github.com/harness/helm-ng-auth-ui

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# ng-auth-ui

![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-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` | |
| containerPort | int | `8080` | |
| fullnameOverride | string | `""` | |
| global.loadbalancerURL | string | `""` | |
| image.digest | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.registry | string | `"docker.io"` | |
| image.repository | string | `"harness/ng-auth-ui-signed"` | |
| image.tag | string | `"0.41.0"` | |
| imagePullSecrets | object | `{}` | |
| maxSurge | int | `1` | |
| maxUnavailable | int | `0` | |
| nameOverride | string | `""` | |
| nodeSelector | object | `{}` | |
| podAnnotations | object | `{}` | |
| podSecurityContext | object | `{}` | |
| replicaCount | int | `1` | |
| resources.limits.cpu | float | `0.5` | |
| resources.limits.memory | string | `"512Mi"` | |
| resources.requests.cpu | float | `0.5` | |
| resources.requests.memory | string | `"512Mi"` | |
| securityContext.runAsNonRoot | bool | `true` | |
| securityContext.runAsUser | int | `101` | |
| service.port | int | `80` | |
| service.protocol | string | `"TCP"` | |
| service.targetport | int | `8080` | |
| service.type | string | `"ClusterIP"` | |
| serviceAccount.annotations | object | `{}` | |
| serviceAccount.create | bool | `false` | |
| serviceAccount.name | string | `"harness-default"` | |
| tolerations | list | `[]` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)