mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
0d854fea6e
re: https://discord.com/channels/687972960811745322/738982866670714901/1041381487754354689 Introduces a more modular base with a google-kubernetes-engine overlay example.
14 lines
234 B
YAML
14 lines
234 B
YAML
---
|
|
apiVersion: monitoring.googleapis.com/v1
|
|
kind: PodMonitoring
|
|
metadata:
|
|
name: erigon
|
|
spec:
|
|
endpoints:
|
|
- interval: 30s
|
|
path: /debug/metrics/prometheus
|
|
port: metrics
|
|
selector:
|
|
matchLabels:
|
|
app: erigon
|