Fix annotations and more
This commit is contained in:
parent
07c19e1541
commit
7e4935174a
1 changed files with 5 additions and 5 deletions
|
@ -14,14 +14,14 @@ ingress:
|
|||
- registry.k8s-demo
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: nginx
|
||||
nginx.ingress.kubernetes.io/proxy-body-size: 30720m
|
||||
nginx.ingress.kubernetes.io/proxy-connect-timeout: 30
|
||||
nginx.ingress.kubernetes.io/proxy-send-timeout: 60
|
||||
nginx.ingress.kubernetes.io/proxy-read-timeout: 60
|
||||
nginx.org/proxy-body-size: 30720m
|
||||
nginx.org/proxy-connect-timeout: 30
|
||||
nginx.org/proxy-send-timeout: 60
|
||||
nginx.org/proxy-read-timeout: 60
|
||||
|
||||
persistence:
|
||||
accessMode: 'ReadWriteOnce'
|
||||
enabled: false
|
||||
enabled: true
|
||||
size: 2Gi
|
||||
class: hostpath
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue