Skip to content

Commit

Permalink
change example var to dns.DNS_PING
Browse files Browse the repository at this point in the history
  • Loading branch information
luck3y committed Apr 18, 2019
1 parent b196981 commit b5c23a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jboss-eap-config-jgroups/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ envs:
example: "0.0.0.0"
description: "Override the default HA bind address (default value is the result of 'hostname -i') with a specific address."
- name: JGROUPS_PING_PROTOCOL
example: "openshift.DNS_PING"
description: "Protocol to discover other nodes in this cluster. Example values: openshift.DNS_PING, openshift.KUBE_PING, kubernetes.KUBE_PING, dns.DNS_PING"
example: "dns.DNS_PING"
description: "Protocol to discover other nodes in this cluster. Example values: dns.DNS_PING, kubernetes.KUBE_PING"
- name: "JGROUPS_JOIN_TIMEOUT"
example: 10000
description: "JGroups join timeout"
Expand Down

0 comments on commit b5c23a1

Please sign in to comment.