catalog/stable/openldap/1.2.1
TrueCharts-Bot 4501bf98c3 Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-08-16 13:39:08 +00:00
..
charts Commit new App releases for TrueCharts 2021-08-16 13:39:08 +00:00
templates Commit new App releases for TrueCharts 2021-08-16 13:39:08 +00:00
CONFIG.md Commit new App releases for TrueCharts 2021-08-16 13:39:08 +00:00
Chart.lock Commit new App releases for TrueCharts 2021-08-16 13:39:08 +00:00
Chart.yaml Commit new App releases for TrueCharts 2021-08-16 13:39:08 +00:00
README.md Commit new App releases for TrueCharts 2021-08-16 13:39:08 +00:00
app-readme.md Commit new App releases for TrueCharts 2021-08-16 13:39:08 +00:00
ix_values.yaml Commit new App releases for TrueCharts 2021-08-16 13:39:08 +00:00
questions.yaml Commit new App releases for TrueCharts 2021-08-16 13:39:08 +00:00
test_values.yaml Commit new App releases for TrueCharts 2021-08-16 13:39:08 +00:00
values.yaml Commit new App releases for TrueCharts 2021-08-16 13:39:08 +00:00

README.md

openldap

Version: 1.2.0 Type: application AppVersion: auto

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

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