diff --git a/charts/blutgang/Chart.yaml b/charts/blutgang/Chart.yaml index eff698b8..5f572d3f 100644 --- a/charts/blutgang/Chart.yaml +++ b/charts/blutgang/Chart.yaml @@ -7,7 +7,7 @@ icon: https://github.com/rainshowerLabs/blutgang/assets/55022497/ec668c7a-5f56-4 sources: - https://github.com/rainshowerLabs/blutgang type: application -version: 0.0.9 +version: 0.0.10 maintainers: - name: barnabasbusa email: busa.barnabas@gmail.com diff --git a/charts/blutgang/README.md b/charts/blutgang/README.md index e0ff4971..2a0fd65f 100644 --- a/charts/blutgang/README.md +++ b/charts/blutgang/README.md @@ -1,7 +1,7 @@ # blutgang -![Version: 0.0.9](https://img.shields.io/badge/Version-0.0.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.0.10](https://img.shields.io/badge/Version-0.0.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Blutgang is a blazing fast, caching, minimalistic load balancer designed with Ethereum's JSON-RPC in mind. Historical RPC queries are cached in a local database, bypassing the need for slow, repeating calls to your node. diff --git a/charts/blutgang/templates/deployment.yaml b/charts/blutgang/templates/deployment.yaml index a676fde3..30b50c9e 100644 --- a/charts/blutgang/templates/deployment.yaml +++ b/charts/blutgang/templates/deployment.yaml @@ -110,7 +110,8 @@ spec: name: {{ include "blutgang.fullname" . }} {{- if not .Values.persistence.enabled }} - name: storage - emptyDir: {} + emptyDir: + medium: Memory {{- else if .Values.persistence.existingClaim }} - name: storage persistentVolumeClaim: