---
apiVersion: v1
kind: Service
metadata:
  name: l2geth-replica
spec:
  selector:
    app: l2geth-replica
  type: NodePort
  ports:
    - name: rpc
      port: 8545
    - name: websocket
      port: 8546