# Configuration for lldap chart replicaCount: 1 image: repository: nitnelave/lldap pullPolicy: IfNotPresent tag: v0.6.1-alpine imagePullSecrets: [] podAnnotations: {} podSecurityContext: {} securityContext: {} service: type: ClusterIP ldapPort: 3890 webPort: 17170 ingress: enabled: true className: traefik annotations: traefik.ingress.kubernetes.io/router.entrypoints: websecure traefik.ingress.kubernetes.io/router.tls: "true" hosts: - host: ldap.fuku paths: - path: / pathType: Prefix tls: [] persistence: enabled: true storageClass: truenas-nfs-csi accessMode: ReadWriteMany size: 1Gi existingClaim: "" autoscaling: enabled: false resources: requests: cpu: 100m memory: 128Mi limits: cpu: 500m memory: 512Mi env: TZ: Europe/Bucharest GID: "1001" UID: "1001" secret: enabled: true existingSecretName: lldap-credentials nodeSelector: {} tolerations: [] affinity: {}