Skip to content

Commit 83c6866

Browse files
Remove blobStorages
1 parent c6f8ecb commit 83c6866

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

charts/blobscan-api/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ icon: https://raw.githubusercontent.com/Blobscan/blobscan/main/.github/assets/lo
66
sources:
77
- https://github.com/blobscan/blobscan/
88
type: application
9-
version: 0.8.0
9+
version: 0.8.1
1010
maintainers:
1111
- name: PabloCastellano
1212

charts/blobscan-api/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# blobscan-api
33

4-
![Version: 0.8.0](https://img.shields.io/badge/Version-0.8.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
4+
![Version: 0.8.1](https://img.shields.io/badge/Version-0.8.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
55

66
Blobscan API
77

@@ -18,10 +18,6 @@ Blobscan API
1818
| affinity | object | `{}` | Affinity configuration for pods |
1919
| annotations | object | `{}` | Annotations for the Deployment |
2020
| args | list | `[]` | Command arguments |
21-
| blobsStorage | object | `{"enabled":true,"size":"10Gi","storageClassName":""}` | Configuration for temporary directory for blob storage |
22-
| blobsStorage.enabled | bool | `true` | Enable persistent storage for temporary blob storage |
23-
| blobsStorage.size | string | `"10Gi"` | Size of the persistent volume for temporary blob storage |
24-
| blobsStorage.storageClassName | string | `""` | Storage class name for the persistent volume (leave empty to use default storage class) |
2521
| bullmqExporter | object | `{"databaseMapping":"0:ethereum-prod","enabled":false,"image":{"pullPolicy":"IfNotPresent","repository":"blossomlabs/bullmq-prometheus","tag":"latest"},"podAnnotations":{},"resources":{},"service":{"annotations":{}},"serviceMonitor":{"annotations":{},"enabled":false,"interval":"60s","labels":{},"relabelings":[],"scrapeTimeout":"30s","tlsConfig":{}}}` | BullMQ Prometheus exporter configuration |
2622
| bullmqExporter.databaseMapping | string | `"0:ethereum-prod"` | Redis database and namespace to monitor, in the format "<db>:<namespace>" |
2723
| bullmqExporter.enabled | bool | `false` | Enable or disable the BullMQ Prometheus exporter |

charts/blobscan-api/values.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -247,15 +247,6 @@ extraVolumes: []
247247
# -- Additional volume mounts
248248
extraVolumeMounts: []
249249

250-
# -- Configuration for temporary directory for blob storage
251-
blobsStorage:
252-
# -- Enable persistent storage for temporary blob storage
253-
enabled: true
254-
# -- Size of the persistent volume for temporary blob storage
255-
size: 10Gi
256-
# -- Storage class name for the persistent volume (leave empty to use default storage class)
257-
storageClassName: ""
258-
259250
# -- Chunkstorm configuration for Swarm batch uploads
260251
chunkstorm:
261252
# -- Custom annotations for the chunkstorm deployment

0 commit comments

Comments
 (0)