mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Add letsencrypt production endpoint (#1649)
Add letsencrypt production endpoint
This commit is contained in:
committed by
Reinhard Nägele
parent
40aecbcaf5
commit
66cb06bbcc
@@ -44,7 +44,7 @@ The following table lists the configurable parameters of the chart and their def
|
||||
Parameter | Description | Default
|
||||
--------- | ----------- | -------
|
||||
`config.LEGO_EMAIL` | email address to use for registration with Let's Encrypt | none
|
||||
`config.LEGO_URL` | Let's Encrypt API endpoint | `https://acme-staging.api.letsencrypt.org/directory` (staging)
|
||||
`config.LEGO_URL` | Let's Encrypt API endpoint. To get "real" certificates set to the production API of Let's Encrypt: https://acme-v01.api.letsencrypt.org/directory | `https://acme-staging.api.letsencrypt.org/directory` (staging)
|
||||
`config.LEGO_PORT` | kube-lego port | `8080`
|
||||
`image.repository` | kube-lego container image repository | `jetstack/kube-lego`
|
||||
`image.tag` | kube-lego container image tag | `0.1.3`
|
||||
|
||||
Reference in New Issue
Block a user