Skip to content

Commit

Permalink
fix: blutgang dep removed unused fields (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa authored Jun 26, 2024
1 parent 3864b7a commit 0ae0a63
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/blutgang/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.8
version: 0.0.9
maintainers:
- name: barnabasbusa
email: busa.barnabas@gmail.com
2 changes: 1 addition & 1 deletion charts/blutgang/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# blutgang

![Version: 0.0.8](https://img.shields.io/badge/Version-0.0.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![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)

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.

Expand Down
4 changes: 0 additions & 4 deletions charts/blutgang/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,10 @@ metadata:
annotations:
{{- toYaml .Values.annotations | nindent 4 }}
spec:
podManagementPolicy: {{ .Values.podManagementPolicy }}
replicas: {{ .Values.replicas }}
selector:
matchLabels:
{{- include "blutgang.selectorLabels" . | nindent 6 }}
serviceName: {{ include "blutgang.fullname" . }}-headless
updateStrategy:
{{- toYaml .Values.updateStrategy | nindent 4 }}
template:
metadata:
labels:
Expand Down

0 comments on commit 0ae0a63

Please sign in to comment.