Damien Ostler 479dcd7be9 updated
2024-02-08 22:45:35 -05:00

16 lines
364 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 }}