commit 6eb5b3ae94658b73454ac16dbd381f38568cb38b
parent eb0fa0a9cfdb2875a2bcaec2da85e14cc5fa70c3
Author: MTRNord <mtrnord1@gmail.com>
Date: Tue, 19 Mar 2024 22:52:12 +0100
tempfix tls
Diffstat:
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/apps/base/openldap/release.yaml b/apps/base/openldap/release.yaml
@@ -18,9 +18,11 @@ spec:
remediation:
retries: 3
values:
- image:
- repository: bitnami/openldap
- tag: 2.6.7
+ # See https://github.com/jp-gouin/helm-openldap/blob/a42826ff5969e52f32fe65d39d9d5547f4e64a75/README.md#scaling-your-cluster for upping it
+ replicaCount: 1
+ #image:
+ # repository: bitnami/openldap
+ # tag: 2.6.7
global:
ldapDomain: users.midnightthoughts.space
adminUser: ENC[AES256_GCM,data:25tp3e6eLQ==,iv:pyDid6JGyByvoj6WJyVGqlVFMbQkBv7dEAxClxPJZsQ=,tag:coJSZj41BfXcUiHJnKf4jw==,type:str]
@@ -31,11 +33,11 @@ spec:
enabled: true
persistence:
storageClass: nfs-csi
- tolerations:
- - key: arch
- operator: Equal
- value: arm64
- effect: NoSchedule
+ #tolerations:
+ # - key: arch
+ # operator: Equal
+ # value: arm64
+ # effect: NoSchedule
initTLSSecret:
tls_enabled: true
secret: ENC[AES256_GCM,data:OnCQT0huyoggSzd7KL/Hldl4oInJmzUretcrlM3LaFc=,iv:m61zFa3wjLNPPV4y3LkN5xYWA/f5gT6vl+kxJTBffPE=,tag:Squ5RedC/a1X6s1AX0U6Yw==,type:str]