mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 17:44:29 +00:00
0d854fea6e
re: https://discord.com/channels/687972960811745322/738982866670714901/1041381487754354689 Introduces a more modular base with a google-kubernetes-engine overlay example.
20 lines
298 B
YAML
20 lines
298 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
|