-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: add HA config π * chore: update docs * chore: update docs
- Loading branch information
Showing
10 changed files
with
223 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# chainflip-prometheus-exporter | ||
|
||
![Version: 2.0.15](https://img.shields.io/badge/Version-2.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.4.1](https://img.shields.io/badge/AppVersion-2.4.1-informational?style=flat-square) | ||
|
||
Scrape data from all supported chains | ||
|
||
## Maintainers | ||
|
||
| Name | Email | Url | | ||
| ---- | ------ | --- | | ||
| Chainflip Labs | <[email protected]> | <https://chainflip.io> | | ||
|
||
## Values | ||
|
||
| Key | Type | Default | Description | | ||
|-----|------|---------|-------------| | ||
| config.existingConfigMap | string | `""` | | | ||
| config.json | string | `"{\n \"dot\": {\n \"enabled\": false,\n \"network\": \"pdot\",\n \"defaultMetrics\": [],\n \"accounts\": []\n },\n \"flip\": {\n \"enabled\": true,\n \"network\": \"berghain\",\n \"defaultMetrics\": [],\n \"accounts\": [],\n \"skipEvents\": []\n },\n \"btc\": {\n \"enabled\": false,\n \"network\": \"mainnet\",\n \"defaultMetrics\": [],\n \"wallets\": []\n },\n \"eth\": {\n \"enabled\": false,\n \"networkId\": 1,\n \"network\": \"mainnet\",\n \"defaultMetrics\": [],\n \"contracts\": [\n {\n \"alias\": \"state-chain-gateway\",\n \"address\": \"0x6995Ab7c4D7F4B03f467Cf4c8E920427d9621DBd\"\n },\n {\n \"alias\": \"key-manager\",\n \"address\": \"0xcd351d3626Dc244730796A3168D315168eBf08Be\"\n },\n {\n \"alias\": \"vault\",\n \"address\": \"0xF5e10380213880111522dd0efD3dbb45b9f62Bcc\"\n },\n {\n \"alias\": \"flip\",\n \"address\": \"0x826180541412D574cf1336d22c0C0a287822678A\"\n },\n {\n \"alias\": \"usdc\",\n \"address\": \"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48\"\n }\n ],\n \"wallets\": [\n {\n \"alias\": \"vault\",\n \"address\": \"0xF5e10380213880111522dd0efD3dbb45b9f62Bcc\"\n }\n ],\n \"tokens\": [\n {\n \"address\": \"0x826180541412D574cf1336d22c0C0a287822678A\",\n \"symbol\": \"FLIP\"\n },\n {\n \"address\": \"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48\",\n \"symbol\": \"USDC\"\n }\n ]\n },\n \"github\": {\n \"enabled\": false,\n \"repositories\": []\n }\n}\n"` | | | ||
| env.BTC_HTTP_ENDPOINT | string | `""` | | | ||
| env.CF_NETWORK | string | `"berghain"` | | | ||
| env.CF_WS_ENDPOINT | string | `"wss://mainnet-rpc.chainflip.io"` | | | ||
| env.CONFIG_PATH | string | `"./config.json"` | | | ||
| env.DOT_WS_ENDPOINT | string | `""` | | | ||
| env.ETH_HTTP_ENDPOINT | string | `""` | | | ||
| env.ETH_NETWORK_ID | string | `"1"` | | | ||
| env.ETH_WS_ENDPOINT | string | `""` | | | ||
| extraManifests | list | `[]` | | | ||
| fullnameOverride | string | `""` | | | ||
| image.repository | string | `"ghcr.io/chainflip-io/chainflip-prometheus-exporter"` | | | ||
| image.tag | string | `""` | | | ||
| imagePullPolicy | string | `"IfNotPresent"` | | | ||
| imagePullSecrets | list | `[]` | | | ||
| nameOverride | string | `""` | | | ||
| port | int | `9000` | | | ||
| resources | object | `{}` | | | ||
| secret.getEnvFromSecret | string | `""` | | | ||
| service.annotations | object | `{}` | | | ||
|
||
---------------------------------------------- | ||
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,14 @@ apiVersion: v2 | |
name: node | ||
description: | | ||
Deploy a Chainflip Validator or Archive node on Kubernetes | ||
maintainers: | ||
- name: Chainflip Labs | ||
email: [email protected] | ||
url: https://chainflip.io | ||
|
||
type: application | ||
|
||
version: 0.6.3 | ||
version: 0.7.0 | ||
|
||
appVersion: "0.9.0" |
Oops, something went wrong.