Skip to content

Commit

Permalink
adjust values.yaml for external use
Browse files Browse the repository at this point in the history
  • Loading branch information
DPDS93CT committed Sep 24, 2024
1 parent 31f9ba5 commit 501707f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions charts/dbildungs-iam-ldap/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ service:
# sslLdapPortNodePort:

enableLdapPort: true
enableSslLdapPort: true
#enableSslLdapPort: true

sessionAffinity: None
type: ClusterIP
#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
Expand All @@ -56,10 +56,10 @@ service:
# 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:
# enableSslLdapPort: true
# type: LoadBalancer
# externalIp: true
# SourceRangesRestriction: false
enableSslLdapPort: true
type: LoadBalancer
externalIp: true
SourceRangesRestriction: false


# Use the env variables from https://hub.docker.com/r/bitnami/openldap/
Expand Down Expand Up @@ -259,7 +259,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 501707f

Please sign in to comment.