Skip to content

Commit

Permalink
healthCheck.path
Browse files Browse the repository at this point in the history
  • Loading branch information
naman.soni committed Aug 6, 2024
1 parent fbcbc7f commit 84cb496
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ public class ApiService {
@JsonProperty("filterConfig")
private HttpFilterConfig httpFilterConfig;

@JsonProperty("healthcheck.path")
@JsonProperty("healthCheck.path")
private String healthCheckPath = "/healthcheck";
}
2 changes: 1 addition & 1 deletion examples/src/main/resources/hello_world_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Api:
service.selectors: 10
service.workers: 30
scheduledexecutor.threadpool.size: 1
healthcheck.path: "/elb-healthcheck"
healthCheck.path: "/elb-healthcheck"
filterConfig:
enableAccessLogs: true
accessLogFormat: "{clientIp} {resourcePath} {contentLength} {responseStatus} {responseTime}"
Expand Down

0 comments on commit 84cb496

Please sign in to comment.