15 lines
329 B
YAML
Raw Normal View History

2022-09-17 22:54:00 +02:00
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 }}