mirror of
https://github.com/cirocosta/monero-exporter.git
synced 2024-10-01 08:25:41 -04:00
55659b7af2
Signed-off-by: Ciro S. Costa <utxobr@protonmail.com>
29 lines
810 B
YAML
29 lines
810 B
YAML
---
|
|
apiVersion: kbld.k14s.io/v1alpha1
|
|
kind: Config
|
|
sources:
|
|
- image: monero-exporter
|
|
path: ./
|
|
- image: monero-exporter-monerod
|
|
path: ./examples/monerod
|
|
- image: monero-exporter-prometheus
|
|
path: ./examples/prometheus
|
|
- image: monero-exporter-grafana
|
|
path: ./examples/grafana
|
|
destinations:
|
|
- image: monero-exporter
|
|
newImage: docker.io/utxobr/monero-exporter
|
|
- image: monero-exporter-monerod
|
|
newImage: docker.io/utxobr/monero-exporter-monerod
|
|
- image: monero-exporter-prometheus
|
|
newImage: docker.io/utxobr/monero-exporter-prometheus
|
|
- image: monero-exporter-grafana
|
|
newImage: docker.io/utxobr/monero-exporter-grafana
|
|
|
|
---
|
|
images:
|
|
- image: monero-exporter
|
|
- image: monero-exporter-monerod
|
|
- image: monero-exporter-prometheus
|
|
- image: monero-exporter-grafana
|