Skip to content

Commit

Permalink
Enable LDAP for outside use
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoff-kiefer committed Nov 12, 2024
1 parent 09b8dc5 commit 221b352
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions charts/dbildungs-iam-ldap/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,35 +32,35 @@ image:

extraLabels: {}

service:
annotations: {}
#service:
# annotations: {}
## If service type NodePort, define the value here
# ldapPortNodePort:
# sslLdapPortNodePort:

enableLdapPort: true
enableSslLdapPort: true
# enableLdapPort: true
# enableSslLdapPort: true

sessionAffinity: None
type: ClusterIP
# sessionAffinity: None
# type: ClusterIP
# type: LoadBalancer
externalIp: false
# externalIp: false
# if enabled you need to have to set the LOADBALANCER_IP key with value in the existingSecret
# externalIp: true
SourceRangesRestriction: false
# SourceRangesRestriction: false
# if enabled you need to have to set the LOADBALANCER_SOURCERANGES key with value in the existingSecret
# servicecenter für den prometheus blackbox exporter freischalten
# SourceRangesRestriction: true
# enableLdapPort: false

# enable this service block and disable the service one above, to make LDAP outside the cluster available
# Note that only one namespace at a time can use this feature!!
# service:
# enableLdapPort: true
# enableSslLdapPort: true
# type: LoadBalancer
# externalIp: true
# SourceRangesRestriction: false
service:
enableLdapPort: true
enableSslLdapPort: true
type: LoadBalancer
externalIp: true
SourceRangesRestriction: false


# Use the env variables from https://hub.docker.com/r/bitnami/openldap/
Expand Down Expand Up @@ -334,7 +334,7 @@ initSchema:
## need a secret with tls.crt, tls.key
initTLSSecret:
# adminldap, per default disabled only works with tls_enabled
tls_enabled: false
tls_enabled: true
# tls_enabled: true # needs to get enabled if you want to make the service available to the outside
# Note that only one namespace at a time can use this feature and that you need to copy a tls secret into the namespace, see Confluence for more information
image:
Expand Down

0 comments on commit 221b352

Please sign in to comment.