Skip to content

Commit

Permalink
Fix readme indents
Browse files Browse the repository at this point in the history
  • Loading branch information
faisal-memon committed Jan 28, 2025
1 parent c4b23d7 commit 406840a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ The configuration file is an [HCL](https://github.com/hashicorp/hcl) formatted f
### Health Checks Configuration
SPIFFE Helper can expose and endpoint that can be used for health checking

| Configuration | Description | Example Value |
| Configuration | Description | Example Value |
|----------------------------------|----------------------------------------------------------------------------------------------------------------------|---------------|
| `health_checks.listener_enabled` | Whether to start an HTTP server at the configured endpoint for the daemon health. Doesn't apply for non-daemon mode. | `false` |
| `health_checks.bind_port` | The port to run the HTTP health server. | `8081` |
| `health_checks.liveness_path` | The URL path for the liveness health check | `/live` |
| `health_checks.readiness_path` | The URL path for the readiness health check | `/readu` |
| `health_checks.liveness_path` | The URL path for the liveness health check | `/live` |
| `health_checks.readiness_path` | The URL path for the readiness health check | `/readu` |

### Configuration example
```
Expand Down

0 comments on commit 406840a

Please sign in to comment.