Merge branch 'fix/max-upload-size' of p281392/molgenis-ops-docker-helm into master
This commit is contained in:
commit
05708f3885
|
@ -8,7 +8,9 @@ service:
|
|||
|
||||
ingress:
|
||||
enabled: true
|
||||
annotations: {}
|
||||
annotations: {
|
||||
ingress.kubernetes.io/proxy-body-size: 0
|
||||
}
|
||||
# kubernetes.io/ingress.class: nginx
|
||||
# kubernetes.io/tls-acme: "true"
|
||||
path: /
|
||||
|
|
Loading…
Reference in New Issue