diff options
author | Alex Nordlund <deep.alexander@gmail.com> | 2022-11-10 20:25:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-10 20:25:23 +0100 |
commit | 397845453ec8ab592ffe51657cbd80c57f69c597 (patch) | |
tree | 9c9a2f32baac58aca1012ba38c1400b6b546e68c /chart/values.yaml | |
parent | 8e1e7fe2e04d05022b8f2c4c07c54c16a2c44e63 (diff) |
Update Helm README and bump version (#20346)
* Update Helm chart README and comments in values.yaml * Bump next Helm chart to 2.2.0
Diffstat (limited to 'chart/values.yaml')
-rw-r--r-- | chart/values.yaml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chart/values.yaml b/chart/values.yaml index c19ab9ed2..9e1c59219 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -104,8 +104,11 @@ mastodon: ingress: enabled: true annotations: - #kubernetes.io/ingress.class: nginx - #kubernetes.io/tls-acme: "true" + # For choosing an ingress ingressClassName is preferred over annotations + # kubernetes.io/ingress.class: nginx + # + # To automatically request TLS certificates use one of the following + # kubernetes.io/tls-acme: "true" # cert-manager.io/cluster-issuer: "letsencrypt" # # ensure that NGINX's upload size matches Mastodon's |