github.com/smartcontractkit/chainlink-testing-framework/libs@v0.0.0-20240227141906-ec710b4eb1a3/charts/schema-registry/templates/service.yaml (about) 1 apiVersion: v1 2 kind: Service 3 metadata: 4 name: {{ include "schema-registry.fullname" . }} 5 labels: 6 {{- include "schema-registry.labels" . | nindent 4 }} 7 spec: 8 type: {{ .Values.service.type }} 9 ports: 10 - port: {{ .Values.service.port }} 11 targetPort: http 12 name: http 13 selector: 14 {{- include "schema-registry.selectorLabels" . | nindent 4 }}