|
| 1 | +# another-ldap-auth |
| 2 | + |
| 3 | +   |
| 4 | + |
| 5 | +A Helm chart using another-ldap-auth to enable AD or LDAP based basic-authentication for ingress resources |
| 6 | + |
| 7 | +**Homepage:** <https://github.com/dignajar/another-ldap-auth> |
| 8 | + |
| 9 | +## Source Code |
| 10 | + |
| 11 | +* <https://github.com/dignajar/another-ldap-auth> |
| 12 | + |
| 13 | +## Values |
| 14 | + |
| 15 | +| Key | Type | Default | Description | |
| 16 | +|-----|------|---------|-------------| |
| 17 | +| affinity | object | `{}` | | |
| 18 | +| autoscaling.enabled | bool | `false` | | |
| 19 | +| autoscaling.maxReplicas | int | `100` | | |
| 20 | +| autoscaling.minReplicas | int | `1` | | |
| 21 | +| autoscaling.targetCPUUtilizationPercentage | int | `80` | | |
| 22 | +| fullnameOverride | string | `""` | | |
| 23 | +| image.pullPolicy | string | `"IfNotPresent"` | | |
| 24 | +| image.repository | string | `"dignajar/another-ldap-auth"` | | |
| 25 | +| image.tag | string | `"1.9"` | | |
| 26 | +| imagePullSecrets | list | `[]` | | |
| 27 | +| ldap.cacheExpiration | int | `10` | | |
| 28 | +| ldap.endpoint | string | `"ldaps://testmyldap.com:636"` | | |
| 29 | +| ldap.existingSecret | string | `nil` | | |
| 30 | +| ldap.httpsSupport | string | `"enabled"` | | |
| 31 | +| ldap.logLevel | string | `"INFO"` | | |
| 32 | +| ldap.managerDnUsername | string | `"CN=john,OU=Administrators,DC=TESTMYLDAP,DC=COM"` | | |
| 33 | +| ldap.searchBase | string | `"DC=TESTMYLDAP,DC=COM"` | | |
| 34 | +| ldap.searchFilter | string | `"(sAMAccountName={username})"` | | |
| 35 | +| ldap.bindDN | string | `"{username}@TESTMYLDAP.com"` | | |
| 36 | +| nameOverride | string | `""` | | |
| 37 | +| nodeSelector | object | `{}` | | |
| 38 | +| podAnnotations | object | `{}` | | |
| 39 | +| podSecurityContext | object | `{}` | | |
| 40 | +| replicaCount | int | `1` | | |
| 41 | +| resources.limits.cpu | string | `"500m"` | | |
| 42 | +| resources.limits.memory | string | `"256Mi"` | | |
| 43 | +| resources.requests.cpu | string | `"50m"` | | |
| 44 | +| resources.requests.memory | string | `"64Mi"` | | |
| 45 | +| securityContext | object | `{}` | | |
| 46 | +| service.containerPort | int | `9000` | | |
| 47 | +| service.port | int | `80` | | |
| 48 | +| service.protocol | string | `"TCP"` | | |
| 49 | +| service.type | string | `"ClusterIP"` | | |
| 50 | +| serviceAccount.annotations | object | `{}` | | |
| 51 | +| serviceAccount.create | bool | `true` | | |
| 52 | +| serviceAccount.name | string | `""` | | |
| 53 | +| tolerations | list | `[]` | | |
| 54 | + |
| 55 | +---------------------------------------------- |
| 56 | +Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) |
0 commit comments