mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 21:41:13 +00:00
fix(trow): ingress timeout
This commit is contained in:
parent
d075f98ef9
commit
5853bf09ae
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ ingress:
|
|||
annotations:
|
||||
cert-manager.io/cluster-issuer: vault-issuer
|
||||
nginx.ingress.kubernetes.io/proxy-body-size: "0"
|
||||
nginx.ingress.kubernetes.io/proxy-read-timeout: '4200'
|
||||
hosts:
|
||||
- paths: ['/']
|
||||
host: reg.dc
|
||||
|
|
Loading…
Reference in a new issue