{{- if .Values.postgres.enabled }} apiVersion: v1 kind: Service metadata: name: {{ include "cloudhost-platform.postgres.fullname" . }} namespace: {{ include "cloudhost-platform.namespace" . }} labels: app: {{ include "cloudhost-platform.postgres.fullname" . }} {{- include "cloudhost-platform.labels" . | nindent 4 }} spec: type: ClusterIP selector: app: {{ include "cloudhost-platform.postgres.fullname" . }} ports: - name: postgres port: 5432 targetPort: 5432 {{- end }}