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
|
- registry.k8s-demo
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/ingress.class: nginx
|
kubernetes.io/ingress.class: nginx
|
||||||
nginx.ingress.kubernetes.io/proxy-body-size: 30720m
|
nginx.org/proxy-body-size: 30720m
|
||||||
nginx.ingress.kubernetes.io/proxy-connect-timeout: 30
|
nginx.org/proxy-connect-timeout: 30
|
||||||
nginx.ingress.kubernetes.io/proxy-send-timeout: 60
|
nginx.org/proxy-send-timeout: 60
|
||||||
nginx.ingress.kubernetes.io/proxy-read-timeout: 60
|
nginx.org/proxy-read-timeout: 60
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
accessMode: 'ReadWriteOnce'
|
accessMode: 'ReadWriteOnce'
|
||||||
enabled: false
|
enabled: true
|
||||||
size: 2Gi
|
size: 2Gi
|
||||||
class: hostpath
|
class: hostpath
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue