Damien Ostler 4e45753030 Revert "core-api"
This reverts commit bc186e5f135469e56a23a6fc943f3a18b8c55cde.
2024-02-08 20:21:10 -05:00

15 lines
357 B
YAML

apiVersion: v1
kind: Service
metadata:
name: {{ include "search.fullname" . }}
labels:
{{- include "search.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "search.selectorLabels" . | nindent 4 }}