We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ceec7 commit 08fba55Copy full SHA for 08fba55
lib/discovery/service.ts
@@ -21,6 +21,7 @@ export default class ServiceDiscovery implements IDiscovery {
21
`http://controller.${this.config.namespace}.svc.cluster.local./agents`,
22
{
23
timeout: 500,
24
+ responseType: 'json',
25
retry: {
26
limit: 2
27
}
@@ -42,6 +43,7 @@ export default class ServiceDiscovery implements IDiscovery {
42
43
`http://controller.${this.config.namespace}.svc.cluster.local./agent/${name}`,
44
45
46
47
48
49
0 commit comments