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 221b352 commit e80f1ea
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions charts/dbildungs-iam-ldap/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ extraLabels: {}

# 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

0 comments on commit e80f1ea

Please sign in to comment.