Skip to content

Commit

Permalink
bridge-history-fetcher
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaizet-ledger committed Sep 20, 2024
1 parent 473491e commit 28d3c11
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/bridge-history-fetcher/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: bridge-history-fetcher helm charts
name: bridge-history-fetcher
version: 0.0.8
version: 0.0.9
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand Down
3 changes: 2 additions & 1 deletion charts/bridge-history-fetcher/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bridge-history-fetcher

![Version: 0.0.8](https://img.shields.io/badge/Version-0.0.8-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
![Version: 0.0.9](https://img.shields.io/badge/Version-0.0.9-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)

bridge-history-fetcher helm charts

Expand Down Expand Up @@ -102,6 +102,7 @@ Kubernetes: `>=1.22.0-0`
| resources.limits.memory | string | `"500Mi"` | |
| resources.requests.cpu | string | `"50m"` | |
| resources.requests.memory | string | `"100Mi"` | |
| scrollConfig | string | `"{}\n"` | |
| service.main.enabled | bool | `true` | |
| service.main.ports.http.enabled | bool | `true` | |
| service.main.ports.http.port | int | `8080` | |
Expand Down
7 changes: 3 additions & 4 deletions charts/bridge-history-fetcher/templates/config-file.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{{- if .Values.global.isStandalone }}
---
apiVersion: v1
kind: ConfigMap
metadata:
name: bridge-history-fetcher-config
labels:
{{- include "scroll-sdk.labels" $ | nindent 4 }}
data:
{{ (.Files.Glob "configs/bridge-history-config.json").AsConfig | indent 2 }}
---
{{- end }}
{{ .Values.scrollConfig | indent 4 }}
3 changes: 3 additions & 0 deletions charts/bridge-history-fetcher/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,6 @@ serviceMonitor:
- port: metrics
interval: 1m
scrapeTimeout: 10s

scrollConfig: |
{}

0 comments on commit 28d3c11

Please sign in to comment.