infinispan / infinispan-helm-charts

Apache License 2.0
13 stars 26 forks source link

Add documentation for deploy.clusterDomain #104

Closed tkterris closed 5 months ago

tkterris commented 5 months ago

Adds the required deploy.clusterDomain field. If running a helm install with a values file, and this property isn't provided, clustering breaks due to the missing parameter in jgroups.dns.query:

-Djgroups.dns.query=infinispan-cluster-ping.rhdg-ocp-demo.svc.%!s(<nil>)

See also this commit.

ryanemerson commented 5 months ago

Thanks @tkterris