Files
charts/docs/apps/stable/openldap/index.md
TrueCharts-Bot 730007ade0 Daily Housekeeping
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-08-16 14:00:17 +00:00

77 lines
3.9 KiB
Markdown

# openldap
![Version: 1.2.3](https://img.shields.io/badge/Version-1.2.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: auto](https://img.shields.io/badge/AppVersion-auto-informational?style=flat-square)
Community developed LDAP software
**Homepage:** <https://www.openldap.org>
## Maintainers
| Name | Email | Url |
| ---- | ------ | --- |
| TrueCharts | info@truecharts.org | truecharts.org |
| Ornias1993 | kjeld@schouten-lebbing.nl | truecharts.org |
## Source Code
* <https://github.com/jp-gouin/helm-openldap>
* <https://github.com/osixia/docker-openldap>
## Requirements
Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org/ | common | 6.8.0 |
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| controller.replicas | int | `1` | Number of desired pods |
| controller.revisionHistoryLimit | int | `3` | ReplicaSet revision history limit |
| controller.rollingUpdate.partition | string | `nil` | Set statefulset RollingUpdate partition |
| controller.rollingUpdate.surge | string | `nil` | Set deployment RollingUpdate max surge |
| controller.rollingUpdate.unavailable | int | `1` | Set deployment RollingUpdate max unavailable |
| controller.strategy | string | `"RollingUpdate"` | Set the controller upgrade strategy For Deployments, valid values are Recreate (default) and RollingUpdate. For StatefulSets, valid values are OnDelete and RollingUpdate (default). DaemonSets ignore this. |
| controller.type | string | `"statefulset"` | Set the controller type. Valid options are deployment, daemonset or statefulset |
| env.CONTAINER_LOG_LEVEL | string | `"4"` | |
| env.KEEP_EXISTING_CONFIG | string | `"false"` | |
| env.LDAP_ADMIN_PASSWORD | string | `"ldapadmin"` | |
| env.LDAP_BACKEND | string | `"mdb"` | |
| env.LDAP_CONFIG_PASSWORD | string | `"changeme"` | |
| env.LDAP_DOMAIN | string | `"example.org"` | |
| env.LDAP_LOG_LEVEL | string | `"256"` | |
| env.LDAP_ORGANISATION | string | `"Example Inc."` | |
| env.LDAP_READONLY_USER | string | `"false"` | |
| env.LDAP_READONLY_USER_PASSWORD | string | `"readonly"` | |
| env.LDAP_READONLY_USER_USERNAME | string | `"readonly"` | |
| env.LDAP_REMOVE_CONFIG_AFTER_SETUP | string | `"true"` | |
| env.LDAP_RFC2307BIS_SCHEMA | string | `"false"` | |
| env.LDAP_SSL_HELPER_PREFIX | string | `"ldap"` | |
| env.LDAP_TLS | string | `"true"` | |
| env.LDAP_TLS_CIPHER_SUITE | string | `"NORMAL"` | |
| env.LDAP_TLS_ENFORCE | string | `"false"` | |
| env.LDAP_TLS_PROTOCOL_MIN | string | `"3.0"` | |
| env.LDAP_TLS_REQCERT | string | `"never"` | |
| env.LDAP_TLS_VERIFY_CLIENT | string | `"never"` | |
| envFrom[0].configMapRef.name | string | `"openldapconfig"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"osixia/openldap"` | |
| image.tag | string | `"1.5.0"` | |
| replication.clusterName | string | `"cluster.local"` | |
| replication.enabled | bool | `false` | |
| replication.interval | string | `"00:00:00:10"` | |
| replication.retry | int | `60` | |
| replication.starttls | string | `"critical"` | |
| replication.timeout | int | `1` | |
| replication.tls_reqcert | string | `"never"` | |
| service.https.ports.https.port | int | `636` | |
| service.main.ports.main.port | int | `389` | |
| volumeClaimTemplates | object | `{"data":{"accessMode":"ReadWriteOnce","enabled":true,"mountPath":"/var/lib/ldap","size":"100Gi"},"slapd":{"accessMode":"ReadWriteOnce","enabled":true,"mountPath":"/etc/ldap/slapd.d","size":"100Gi"}}` | Used in conjunction with `controller.type: statefulset` to create individual disks for each instance. |
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)