Damien Ostler 116756f64b Revert "core -api"
This reverts commit e991012bca2f01de1c1c5e85fedaaf41d3aa33a5.
2024-02-08 20:19:40 -05:00

15 lines
363 B
YAML

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