Browse Source

helm: add examples of annotation for NGINX upload limits (#14350)

master
Alex Dunn 3 years ago
committed by GitHub
parent
commit
a29080256e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      chart/values.yaml.template

+ 6
- 0
chart/values.yaml.template View File

@ -16,6 +16,12 @@ ingress:
kubernetes.io/ingress.class: nginx
kubernetes.io/tls-acme: "true"
# cert-manager.io/cluster-issuer: "letsencrypt"
#
# ensure that NGINX's upload size matches Mastodon's
# for the K8s ingress controller:
# nginx.ingress.kubernetes.io/proxy-body-size: 40m
# for the NGINX ingress controller:
# nginx.org/client-max-body-size: 40m
# this value is used for LOCAL_DOMAIN
hostname: mastodon.local
tls:

Loading…
Cancel
Save