apiVersion: v1 kind: Service metadata: name: {{ include "api-platform.fullname" . }}-pwa labels: {{- include "api-platform.labelsPWA" . | nindent 4 }} spec: ports: - port: 3000 targetPort: 3000 protocol: TCP name: http selector: {{- include "api-platform.selectorLabelsPWA" . | nindent 4 }}