https://github.com/harness/helm-ng-auth-ui
https://github.com/harness/helm-ng-auth-ui
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/harness/helm-ng-auth-ui
- Owner: harness
- Created: 2022-08-10T13:56:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-08T18:23:08.000Z (over 3 years ago)
- Last Synced: 2025-01-03T18:12:07.998Z (about 1 year ago)
- Language: Smarty
- Size: 144 KB
- Stars: 1
- Watchers: 52
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ng-auth-ui
  
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)