Removes ribbon references.

This commit is contained in:
Spencer Gibb
2020-01-21 15:55:01 -05:00
parent 871a883615
commit 3c5bf6d70c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
|===
|Name | Default | Description
|spring.cloud.cloudfoundry.discovery.default-server-port | 80 | Port to use when no port is defined by ribbon.
|spring.cloud.cloudfoundry.discovery.default-server-port | 80 | Port to use when no port is defined by service discovery.
|spring.cloud.cloudfoundry.discovery.enabled | true | Flag to indicate that discovery is enabled.
|spring.cloud.cloudfoundry.discovery.heartbeat-frequency | 5000 | Frequency in milliseconds of poll for heart beat. The client will poll on this frequency and broadcast a list of service ids.
|spring.cloud.cloudfoundry.discovery.internal-domain | apps.internal | Default internal domain when configured to use Native DNS service discovery.

View File

@@ -37,7 +37,7 @@ public class CloudFoundryDiscoveryProperties {
private long heartbeatFrequency = 5000;
/**
* Port to use when no port is defined by ribbon.
* Port to use when no port is defined by service discovery.
*/
private int defaultServerPort = 80;