mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-05 10:32:19 +00:00
19 lines
287 B
YAML
19 lines
287 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
labels:
|
||
|
app: erigon
|
||
|
name: eth66-peering-tcp
|
||
|
spec:
|
||
|
ipFamilies:
|
||
|
- IPv4
|
||
|
ipFamilyPolicy: SingleStack
|
||
|
ports:
|
||
|
- name: eth66-pr-tcp
|
||
|
port: 30303
|
||
|
protocol: TCP
|
||
|
targetPort: 30303
|
||
|
selector:
|
||
|
app: erigon
|
||
|
type: LoadBalancer
|