Files
truecharts/charts/stable/lldap/values.yaml
T
TrueCharts Bot 333ef808b6 chore(deps): update container image docker.io/nitnelave/lldap to v0.5.0-debian@049ee26 by renovate (#24304)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/nitnelave/lldap](https://togithub.com/lldap/lldap) | digest
| `872610a` -> `049ee26` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yLjEiLCJ1cGRhdGVkSW5WZXIiOiIzOC4yLjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
2024-07-25 20:19:16 +02:00

69 lines
1.9 KiB
YAML

image:
repository: docker.io/nitnelave/lldap
pullPolicy: IfNotPresent
tag: v0.5.0-debian@sha256:049ee263b477065f849b999ba42adace8b406539cc98eb297d6de7e40041944a
securityContext:
container:
readOnlyRootFilesystem: false
service:
main:
ports:
main:
port: 17170
ldap:
enabled: true
ports:
ldap:
enabled: true
port: 3890
workload:
main:
podSpec:
containers:
main:
command:
- "/app/lldap"
args:
- "run"
env:
LLDAP_HTTP_PORT: "{{ .Values.service.main.ports.main.port }}"
LLDAP_LDAP_PORT: "{{ .Values.service.ldap.ports.ldap.port }}"
LLDAP_HTTP_URL: "http://localhost:{{ .Values.service.main.ports.main.port }}"
LLDAP_LDAP_BASE_DN: "dc=example,dc=com"
# ADMIN
LLDAP_LDAP_USER_DN: "admin"
LLDAP_LDAP_USER_EMAIL: "admin@example.com"
LLDAP_LDAP_USER_PASS: "password"
# LOGGING
LLDAP_VERBOSE: false
# SMTP
LLDAP_SMTP_OPTIONS__ENABLE_PASSWORD_RESET: false
LLDAP_SMTP_OPTIONS__SERVER: ""
LLDAP_SMTP_OPTIONS__PORT: 587
LLDAP_SMTP_OPTIONS__SMTP_ENCRYPTION: "STARTTLS"
LLDAP_SMTP_OPTIONS__USER: ""
LLDAP_SMTP_OPTIONS__PASSWORD: ""
LLDAP_SMTP_OPTIONS__FROM: "LLDAP Admin <sender@gmail.com>"
LLDAP_SMTP_OPTIONS__REPLY_TO: "Do not reply <noreply@localhost>"
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