Remove unnecessary annotations from example values.yaml.
This commit is contained in:
parent
1642d18d7d
commit
e1b16c06ea
|
@ -68,9 +68,6 @@ staff's homelabs).
|
||||||
```yaml
|
```yaml
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
annotations:
|
|
||||||
nginx.ingress.kubernetes.io/client-max-body-size: 150M
|
|
||||||
nginx.ingress.kubernetes.io/proxy-body-size: 50m
|
|
||||||
className: "nginx"
|
className: "nginx"
|
||||||
hosts:
|
hosts:
|
||||||
- host: budibase.local # set this to whatever DNS name you'd use
|
- host: budibase.local # set this to whatever DNS name you'd use
|
||||||
|
|
Loading…
Reference in New Issue