57 lines
1.1 KiB
YAML
57 lines
1.1 KiB
YAML
|
image:
|
||
|
repository: tccr.io/truecharts/lldap
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: latest@sha256:ff44bdae1cb3c2cc4da3ef28103988eed72ebad234cb585940ba76fce1004edc
|
||
|
|
||
|
securityContext:
|
||
|
container:
|
||
|
readOnlyRootFilesystem: false
|
||
|
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
targetPort: 17170
|
||
|
port: 17170
|
||
|
ldap:
|
||
|
enabled: true
|
||
|
ports:
|
||
|
ldap:
|
||
|
enabled: true
|
||
|
targetPort: 3890
|
||
|
port: 3890
|
||
|
|
||
|
workload:
|
||
|
main:
|
||
|
podSpec:
|
||
|
containers:
|
||
|
main:
|
||
|
command: ["/app/lldap"]
|
||
|
args: ["run"]
|
||
|
env:
|
||
|
LLDAP_LDAP_BASE_DN: "dc=example,dc=com"
|
||
|
LLDAP_JWT_SECRET:
|
||
|
- secretRef:
|
||
|
name: secrets
|
||
|
key: LLDAP_JWT_SECRET
|
||
|
LLDAP_key_file: "/data/private_key"
|
||
|
LLDAP_database_url:
|
||
|
secretKeyRef:
|
||
|
name: cnpg-main-urls
|
||
|
key: std
|
||
|
|
||
|
persistence:
|
||
|
data:
|
||
|
enabled: true
|
||
|
mountPath: "/data"
|
||
|
|
||
|
cnpg:
|
||
|
main:
|
||
|
enabled: true
|
||
|
user: lldap
|
||
|
database: lldap
|
||
|
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|