mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 11:41:19 +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
301 B
YAML
20 lines
301 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
|