Commit b2c60b3
authored
Expose remote-data-loader request cache env vars (#162)
### Changelog
* `remote-data-loader`: expose request cache configuration
### Docs
https://linear.app/foxglove/issue/FIRE-164
### Description
This PR enables configuration of the remote data loader request cache
from the Helm chart. Options for setting the
`REQUEST_CACHE_STORAGE_PROVIDER` and `REQUEST_CACHE_BUCKET_NAME`
environment variables are exposed through
`globals.cache.storageProvider` and `globals.cache.bucketName`. If
`cache.enabled` is `true`, then both those values are required.1 parent 8796a59 commit b2c60b3
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
2 | 4 | | |
3 | 5 | | |
4 | 6 | | |
| |||
109 | 111 | | |
110 | 112 | | |
111 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
112 | 120 | | |
113 | 121 | | |
114 | 122 | | |
| |||
0 commit comments