mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-05 10:32:19 +00:00
19 lines
284 B
YAML
19 lines
284 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
labels:
|
||
|
app: erigon
|
||
|
name: snap-sync-udp
|
||
|
spec:
|
||
|
ipFamilies:
|
||
|
- IPv4
|
||
|
ipFamilyPolicy: SingleStack
|
||
|
ports:
|
||
|
- name: snap-sync-udp
|
||
|
port: 42069
|
||
|
protocol: UDP
|
||
|
targetPort: 42069
|
||
|
selector:
|
||
|
app: erigon
|
||
|
type: LoadBalancer
|