github.com/smartcontractkit/chainlink-testing-framework/libs@v0.0.0-20240227141906-ec710b4eb1a3/charts/geth-prysm/templates/geth.service.yaml (about) 1 kind: Service 2 apiVersion: v1 3 metadata: 4 name: {{ .Release.Name }}-{{ .Values.geth.name }}-svc 5 spec: 6 selector: 7 app: {{ .Release.Name }}-{{ .Values.geth.name }} 8 ports: 9 - name: http-rpc 10 port: {{ .Values.geth.ports.http }} 11 targetPort: {{ .Values.geth.ports.http }} 12 - name: ws-rpc 13 port: {{ .Values.geth.ports.ws }} 14 targetPort: {{ .Values.geth.ports.ws }} 15 - name: execution-rpc 16 port: {{ .Values.geth.ports.execution }} 17 targetPort: {{ .Values.geth.ports.execution }}