Files
Project-Management-V2/helm-chart/charts/backend/templates/service.yaml
Your NamebaishaliHolocron b9ac5ae0b2 first commit
2026-06-15 12:57:03 +05:30

16 lines
355 B
YAML

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