mirror of
https://github.com/nold360/hive-apps
synced 2025-01-03 12:11:16 +00:00
fix(registry): set nginx.ingress.kubernetes.io/proxy-body-size
This commit is contained in:
parent
a2b2537c3b
commit
7e9f693f34
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: vault-issuer
|
cert-manager.io/cluster-issuer: vault-issuer
|
||||||
traefik.ingress.kubernetes.io/router.tls: 'true'
|
nginx.ingress.kubernetes.io/proxy-body-size: "1G"
|
||||||
hosts:
|
hosts:
|
||||||
- paths: ['/']
|
- paths: ['/']
|
||||||
host: reg.dc
|
host: reg.dc
|
||||||
|
|
Loading…
Reference in a new issue