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

     1  apiVersion: v1
     2  kind: Service
     3  metadata:
     4    name: {{ template "ethereum.fullname" . }}-bootnode-service
     5    labels:
     6      app: {{ template "ethereum.name" . }}-bootnode-service
     7      chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
     8      release: {{ .Release.Name }}
     9      heritage: {{ .Release.Service }}
    10  spec:
    11    selector:
    12      app: {{ template "ethereum.name" . }}-bootnode
    13      release: {{ .Release.Name }}
    14    clusterIP: None
    15    ports:
    16      - name: discovery
    17        port: 30301
    18        protocol: UDP
    19      - name: http
    20        port: 8080