Files
truecharts/charts/dev/openldap/values.yaml
Kjeld Schouten 11272a4456 chore(incubator): make things work with new common part 3 (#15994)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-12-15 22:41:48 +01:00

83 lines
1.9 KiB
YAML

controller:
replicas: 1
revisionHistoryLimit: 3
rollingUpdate:
partition: null
surge: null
unavailable: 1
strategy: RollingUpdate
type: statefulset
image:
pullPolicy: IfNotPresent
repository: osixia/openldap
tag: 1.5.0@sha256:18742e9c449c9c1afe129d3f2f3ee15fb34cc43e5f940a20f3399728f41d7c28
persistence:
varrun:
enabled: false
portal:
open:
enabled: false
replication:
clusterName: cluster.local
enabled: false
interval: "00:00:00:10"
retry: 60
starttls: critical
timeout: 1
tls_reqcert: never
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
ldaps:
enabled: true
ports:
ldaps:
enabled: true
port: 636
targetPort: 636
main:
ports:
main:
port: 389
targetPort: 389
volumeClaimTemplates:
data:
enabled: true
mountPath: /var/lib/ldap/
slapd:
enabled: true
mountPath: /etc/ldap/slapd.d/
workload:
main:
podSpec:
containers:
main:
env:
CONTAINER_LOG_LEVEL: "4"
KEEP_EXISTING_CONFIG: "false"
LDAP_ADMIN_PASSWORD: ldapadmin
LDAP_BACKEND: mdb
LDAP_BASE_DN: ""
LDAP_CONFIG_PASSWORD: changeme
LDAP_DOMAIN: example.org
LDAP_LOG_LEVEL: "256"
LDAP_ORGANISATION: Example Inc.
LDAP_READONLY_USER: "false"
LDAP_READONLY_USER_PASSWORD: readonly
LDAP_READONLY_USER_USERNAME: readonly
LDAP_REMOVE_CONFIG_AFTER_SETUP: "true"
LDAP_RFC2307BIS_SCHEMA: "false"
LDAP_SSL_HELPER_PREFIX: ldap
LDAP_TLS: "true"
LDAP_TLS_CIPHER_SUITE: NORMAL
LDAP_TLS_ENFORCE: "false"
LDAP_TLS_PROTOCOL_MIN: "3.0"
LDAP_TLS_REQCERT: never
LDAP_TLS_VERIFY_CLIENT: never
envFrom:
- configMapRef:
name: openldapconfig