github.com/smartcontractkit/chainlink-testing-framework/libs@v0.0.0-20240227141906-ec710b4eb1a3/charts/geth-reorg/templates/geth-tx.service.yaml (about)

     1  kind: Service
     2  apiVersion: v1
     3  metadata:
     4    name: {{ template "ethereum.fullname" . }}-geth
     5    labels:
     6      app: {{ template "ethereum.fullname" . }}-geth
     7      chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
     8      release: {{ .Release.Name }}
     9      heritage: {{ .Release.Service }}
    10  spec:
    11    selector:
    12      app: {{ template "ethereum.fullname" . }}-geth
    13    type: {{ .Values.geth.tx.service.type }}
    14    ports:
    15      - name: http-rpc
    16        port: 8544
    17        targetPort: 8544
    18      - name: ws-rpc
    19        port: 8546
    20        targetPort: 8546