Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Rubets committed Feb 24, 2024
1 parent 28c07b8 commit b2c1680
Showing 1 changed file with 36 additions and 35 deletions.
71 changes: 36 additions & 35 deletions dysnix/servicemonitor-apps/values.yaml
Original file line number Diff line number Diff line change
@@ -1,38 +1,39 @@
containers: []
# - name: ethereum-metrics-exporter
# metric_port: "http"
# metric_endpoint: "/metrics"
# metric_scrape_interval: "15s"
# securityContext: {}
# image:
# repository: ethpandaops/ethereum-metrics-exporter
# tag: 0.21.0
# pullPolicy: IfNotPresent
# args:
# - --execution-url
# - "http://127.0.0.1:8545"
# - --metrics-port
# - "9000"
# - --execution-modules
# - eth,net,rpc,web3,txpool
# env: []
# ports:
# http: "9000"
# livenessProbe:
# httpGet:
# path: /
# port: http
# readinessProbe:
# httpGet:
# path: /
# port: http
# resources:
# requests:
# cpu: 0m
# memory: 128Mi
# limits:
# cpu: 500m
# memory: 256Mi
containers:
- name: ethereum-metrics-exporter
metric_port_name: "http"
metric_port: "9000"
metric_endpoint: "/metrics"
metric_scrape_interval: "15s"
securityContext: {}
image:
repository: ethpandaops/ethereum-metrics-exporter
tag: 0.21.0
pullPolicy: IfNotPresent
args:
- --execution-url
- "http://127.0.0.1:8545"
- --metrics-port
- "9000"
- --execution-modules
- eth,net,rpc,web3,txpool
env: []
ports:
http: "9000"
livenessProbe:
httpGet:
path: /
port: http
readinessProbe:
httpGet:
path: /
port: http
resources:
requests:
cpu: 0m
memory: 128Mi
limits:
cpu: 500m
memory: 256Mi
# - name: timestamp-monitor
# metric_port: "timestamp"
# metric_endpoint: "/metrics"
Expand Down

0 comments on commit b2c1680

Please sign in to comment.