|
|
|
@ -104,8 +104,8 @@ mastodon:
|
|
|
|
|
ingress:
|
|
|
|
|
enabled: true
|
|
|
|
|
annotations:
|
|
|
|
|
kubernetes.io/ingress.class: nginx
|
|
|
|
|
kubernetes.io/tls-acme: "true"
|
|
|
|
|
#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
|
|
|
|
@ -113,6 +113,8 @@ ingress:
|
|
|
|
|
# nginx.ingress.kubernetes.io/proxy-body-size: 40m
|
|
|
|
|
# for the NGINX ingress controller:
|
|
|
|
|
# nginx.org/client-max-body-size: 40m
|
|
|
|
|
# you can specify the ingressClassName if it differs from the default
|
|
|
|
|
ingressClassName:
|
|
|
|
|
hosts:
|
|
|
|
|
- host: mastodon.local
|
|
|
|
|
paths:
|
|
|
|
|