Skip to content

Commit

Permalink
Merge pull request #45 from dunglas/kubernetes
Browse files Browse the repository at this point in the history
Add Kubernetes deployment instructions
  • Loading branch information
dunglas authored Mar 14, 2019
2 parents a1d2496 + d32489a commit 04ef487
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,12 @@ In production, run:

Be sure to update the value of `ACME_HOSTS` to match your domain name(s), a Let's Encrypt TLS certificate will be automatically generated.

#### Kubernetes

To install Mercure in a [Kubernetes](https://kubernetes.io) cluster, use the official [Helm Chart](https://hub.helm.sh/charts/stable/mercure):

helm install stable/mercure

### Environment Variables

* `ACME_CERT_DIR`: the directory where to store Let's Encrypt certificates
Expand Down

0 comments on commit 04ef487

Please sign in to comment.