2026-01-05 11:55:00 +05:30

16 lines
430 B
YAML

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