Default ingress to Traefik; nginx annotations as documented opt-in
ci / docker (push) Failing after 51s
ci / docker (push) Failing after 51s
This commit is contained in:
@@ -55,12 +55,14 @@ service:
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
className: nginx
|
||||
className: traefik
|
||||
host: photos.example.com
|
||||
annotations:
|
||||
# Raw uploads are large; disable nginx's body size limit.
|
||||
nginx.ingress.kubernetes.io/proxy-body-size: "0"
|
||||
nginx.ingress.kubernetes.io/proxy-request-buffering: "off"
|
||||
# Traefik needs nothing extra: no default body-size limit, streams uploads.
|
||||
# For ingress-nginx set className: nginx and uncomment (multi-GB raw
|
||||
# uploads hit nginx's 1MiB default limit otherwise):
|
||||
# nginx.ingress.kubernetes.io/proxy-body-size: "0"
|
||||
# nginx.ingress.kubernetes.io/proxy-request-buffering: "off"
|
||||
annotations: {}
|
||||
tls:
|
||||
enabled: true
|
||||
secretName: photos-tls
|
||||
|
||||
Reference in New Issue
Block a user