Skip to content

Commit da7e9af

Browse files
tsegismontslaskawi
authored andcommitted
Fixes #31 default master protocol is https
1 parent e5a821b commit da7e9af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/jgroups/protocols/kubernetes/KUBE_PING.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public class KUBE_PING extends Discovery {
6060
@Property(description="Time (in millis) between operation attempts", systemProperty="KUBERNETES_OPERATION_SLEEP")
6161
protected long operationSleep=1000;
6262

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

0 commit comments

Comments
 (0)