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