Skip to content

Commit

Permalink
Align JGroups labels property name and add one preventing to connect …
Browse files Browse the repository at this point in the history
…to unready pods
  • Loading branch information
mshaposhnik committed Nov 22, 2019
1 parent 1b2a484 commit 499d6c0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
<org.jgroups.protocols.kubernetes.KUBE_PING
port_range="3"
namespace="${KUBERNETES_NAMESPACE:che}"
labels="${KUBERNETES_LABEL:app=che,component=che}"
labels="${KUBERNETES_LABELS:app=che,component=che}"
useNotReadyAddresses="${KUBERNETES_USE_NOT_READY_ADDRESSES:false}"
/>

<MERGE3 min_interval="10000"
Expand Down

0 comments on commit 499d6c0

Please sign in to comment.