- Change file mode from 644 to 755 for all project files - Add chain_id parameter to get_balance RPC endpoint with default "ait-devnet" - Rename Miner.extra_meta_data to extra_metadata for consistency
14 lines
428 B
YAML
Executable File
14 lines
428 B
YAML
Executable File
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: {{ include "aitbc-monitoring.fullname" . }}-dashboards
|
|
labels:
|
|
{{- include "aitbc-monitoring.labels" . | nindent 4 }}
|
|
annotations:
|
|
grafana.io/dashboard: "1"
|
|
data:
|
|
blockchain-node-overview.json: |
|
|
{{ .Files.Get "dashboards/blockchain-node-overview.json" | indent 4 }}
|
|
coordinator-overview.json: |
|
|
{{ .Files.Get "dashboards/coordinator-overview.json" | indent 4 }}
|