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