{{- if .Values.api.enabled }} apiVersion: v1 kind: Service metadata: name: {{ include "api7ee.fullname" . }}-api labels: {{- include "api7ee.labels" . | nindent 4 }} app.kubernetes.io/component: api {{- with .Values.api.service.annotations }} annotations: {{- toYaml . | nindent 4 }} {{- end }} spec: type: {{ .Values.api.service.type }} ports: - port: {{ .Values.api.service.port }} targetPort: http protocol: TCP name: http selector: {{- include "api7ee.selectorLabels" . | nindent 4 }} app.kubernetes.io/component: api {{- end }}