Giter Club home page Giter Club logo

k8s-ldap-passwd's Introduction

LTB Password Self Service Helm Chart

This repository contains the helm chart for the LTB password change webapp. It is based on several other projects, namely:

Prerequisites

  • Kubernetes 1.8+

Chart Details

This chart will do the following:

  • Instantiate an instance of the LTB LDAP Self-Service Password webapp.

Installing the Chart

To install the chart with the release name my-release:

$ helm install --name my-release $PATH_TO_THIS_REPO

Configuration

We use this image as base image, please refer to the documentation for specific options.

Configuration is done within values.yaml:

Parameter Description Default
ldap.server LDAP Server URL, should be of the form: ldap://ldap.svc:389
ldap.searchBase LDAP Search Base for the users
ldap.binduserSecret Name of an existing secret to fetch the credentials for the bind user from. Needs keys BINDDN and BINDPW
env List of key value pairs as env variables to be sent to the docker image. See https://github.com/tiredofit/docker-self-service-password for available ones [see values.yaml]
replicaCount Number of replicas 1
image.repository Container image repository tiredofit/self-service-password
image.tag Container image tag latest
image.pullPolicy Container pull policy Default
service.port External port for the WebApp 80
service.type Service type ClusterIP
ingress.enabled Whether to generate ingress resources false
ingress.annotations Annotations to add to the ingress {}
ingress.hosts Hostnames to redirect to the webapp []
ingress.tls TLS Configuration []
resources Container resource requests and limits in yaml {}
nodeSelector NodeSelector to run the image on {}
tolerations Tolerations for the service pod []
affinity Attractions for the service pod {}

Specify each parameter using the --set key=value[,key=value] argument to helm install.

Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example,

$ helm install --name my-release -f values.yaml $PATH_TO_THIS_REPO

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.