Skip to content

Commit

Permalink
Fixes jgroups-extras#31 default master protocol is https
Browse files Browse the repository at this point in the history
  • Loading branch information
tsegismont authored Jun 30, 2017
1 parent e5a821b commit 25ba11a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public class KUBE_PING extends Discovery {
@Property(description="Time (in millis) between operation attempts", systemProperty="KUBERNETES_OPERATION_SLEEP")
protected long operationSleep=1000;

@Property(description="http (default) or https. Used to send the initial discovery request to the Kubernetes server",
@Property(description="https (default) or http. Used to send the initial discovery request to the Kubernetes server",
systemProperty="KUBERNETES_MASTER_PROTOCOL")
protected String masterProtocol="https";

Expand Down

0 comments on commit 25ba11a

Please sign in to comment.