Giter Club home page Giter Club logo

helm-lldap's Introduction

helm-lldap

Simple Helm chart for lldap deployment to Kubernetes cluster. Official rootless docker image of lldap is used. Chart appVersion corresponds to image tag.

Web interface is available via Ingress. Port for LDAPS is available via service - LoadBalancer type by default. Non-encrypted LDAP port isn't even exposed from container.

Installation

This is for example only. Your use-case may differ.

git clone https://github.com/niektoniekde/helm-lldap
cp helm-lldap/values.yaml ./values.custom.yaml
# customize your /tmp/values.yaml for your environment
helm install lldap helm-lldap --values ./values.custom.yaml

example values.custom.yaml

name: lldap
envVars:
  - name: "TZ"
    value: "Europe/Berlin"
  - name:  "LLDAP_LDAP_BASE_DN"
    value: "dc=sub,dc=example,dc=com"

pvc:
  data:
    name: "pvc-lldap-data"
    specs:
      volumeName: "iscsi-tgt01-lun1"
      storageClassName: ""
      accessModes:
        - "ReadWriteOnce"
      resources:
        requests:
          storage: 1Gi

service:
  ldaps:
    externalIPs:
      - "10.100.100.100"

ingress:
  enabled: true
  className: "nginx"
  annotations: {}
  hosts:
    - host: lldap.example.com
      paths:
        - path: /
          pathType: Prefix
          backend:
            service:
              name: web 
              port:
                number: 80
  tls:
    - secretName: secret-tls
      hosts:
      - lldap.example.com

helm-lldap's People

Contributors

niektoniekde avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.