15 lines
329 B
YAML
15 lines
329 B
YAML
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 }}
|