Skip to content

Commit

Permalink
Removed example for health check endpoint because it is misleading. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Kugelschieber authored and joohoi committed Oct 21, 2019
1 parent aa3e7e1 commit 88d3be6
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,22 +108,6 @@ The method can be used to check readiness and/or liveness of the server. It will

```GET /health```

#### Example using a Kubernetes deployment

```
# ...
readinessProbe:
httpGet:
path: /health
port: 80
periodSeconds: 2
initialDelaySeconds: 2
failureThreshold: 3
successThreshold: 1
livenessProbe:
# same as for readinessProbe...
```

## Self-hosted

You are encouraged to run your own acme-dns instance, because you are effectively authorizing the acme-dns server to act on your behalf in providing the answer to the challenging CA, making the instance able to request (and get issued) a TLS certificate for the domain that has CNAME pointing to it.
Expand Down

0 comments on commit 88d3be6

Please sign in to comment.