Vaibhav Pathak db7d1edb33 file changed
2026-02-05 14:53:20 +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 }}