90 lines
1.5 KiB
YAML
90 lines
1.5 KiB
YAML
lldap:
|
|
replicaCount: 1
|
|
|
|
image:
|
|
repository: lldap/lldap
|
|
pullPolicy: IfNotPresent
|
|
tag: "stable"
|
|
|
|
service:
|
|
type: LoadBalancer
|
|
httpPort: 17170
|
|
ldapPort: 3890
|
|
|
|
ingress:
|
|
enabled: false
|
|
className: "traefik"
|
|
annotations: {}
|
|
hosts:
|
|
- host: lldap.example.com
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
tls: []
|
|
|
|
config:
|
|
ldapBaseDn: "dc=example,dc=com"
|
|
httpUrl: "https://lldap.example.com"
|
|
databaseUrl: ""
|
|
verbose: false
|
|
ldapPort: 3890
|
|
httpPort: 17170
|
|
|
|
ldaps:
|
|
enabled: false
|
|
certFile: ""
|
|
keyFile: ""
|
|
|
|
smtp:
|
|
enabled: false
|
|
enablePasswordReset: false
|
|
server: ""
|
|
port: 465
|
|
encryption: "TLS"
|
|
user: ""
|
|
fromAddress: ""
|
|
fromName: ""
|
|
replyTo: ""
|
|
|
|
persistence:
|
|
enabled: false
|
|
storageClass: "truenas-nfs-csi"
|
|
accessMode: ReadWriteMany
|
|
size: 1Gi
|
|
|
|
resources: {}
|
|
|
|
livenessProbe:
|
|
tcpSocket:
|
|
port: http
|
|
initialDelaySeconds: 30
|
|
timeoutSeconds: 15
|
|
successThreshold: 1
|
|
failureThreshold: 3
|
|
periodSeconds: 10
|
|
|
|
readinessProbe:
|
|
tcpSocket:
|
|
port: http
|
|
initialDelaySeconds: 15
|
|
timeoutSeconds: 2
|
|
successThreshold: 1
|
|
failureThreshold: 3
|
|
periodSeconds: 10
|
|
|
|
nodeSelector: {}
|
|
tolerations: []
|
|
affinity: {}
|
|
|
|
secret:
|
|
existingSecretName: ""
|
|
|
|
podSecurityContext: {}
|
|
securityContext: {}
|
|
|
|
podDisruptionBudget:
|
|
enabled: false
|
|
minAvailable: 1
|
|
|
|
debug:
|
|
enabled: false
|