Skip to content

Commit

Permalink
fix: add default lbIP to avoid potential errors during helm install (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
misba7 authored Sep 11, 2023
1 parent 7558073 commit 76aae0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygluu/kubernetes/templates/helm/gluu/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ global:
# -- Azure storage kind if using Azure disks
azureStorageKind: Managed
# -- The Loadbalancer IP created by nginx or istio on clouds that provide static IPs. This is not needed if `global.domain` is globally resolvable.
lbIp: ""
lbIp: 22.22.22.22
# -- Fully qualified domain name to be used for Gluu installation. This address will be used to reach Gluu services.
domain: demoexample.gluu.org
# -- Boolean flag to enable mapping global.lbIp to global.fqdn inside pods on clouds that provide static ip for loadbalancers. On cloud that provide only addresses to the LB this flag will enable a script to actively scan config.configmap.lbAddr and update the hosts file inside the pods automatically.
Expand Down

0 comments on commit 76aae0d

Please sign in to comment.