mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-27 05:57:28 +00:00
19 lines
287 B
YAML
19 lines
287 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
labels:
|
||
|
app: erigon
|
||
|
name: eth66-peering-udp
|
||
|
spec:
|
||
|
ipFamilies:
|
||
|
- IPv4
|
||
|
ipFamilyPolicy: SingleStack
|
||
|
ports:
|
||
|
- name: eth66-pr-udp
|
||
|
port: 30303
|
||
|
protocol: UDP
|
||
|
targetPort: 30303
|
||
|
selector:
|
||
|
app: erigon
|
||
|
type: LoadBalancer
|