mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-28 14:47:16 +00:00
18 lines
249 B
YAML
18 lines
249 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
labels:
|
||
|
app: erigon
|
||
|
name: metrics
|
||
|
spec:
|
||
|
ipFamilies:
|
||
|
- IPv4
|
||
|
ipFamilyPolicy: SingleStack
|
||
|
ports:
|
||
|
- name: metrics
|
||
|
port: 6060
|
||
|
protocol: TCP
|
||
|
targetPort: 6060
|
||
|
selector:
|
||
|
app: erigon
|