12 lines
181 B
YAML
12 lines
181 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: frontend-service
|
|
spec:
|
|
selector:
|
|
app: product-manager-frontend
|
|
ports:
|
|
- protocol: TCP
|
|
port: 80
|
|
targetPort: 80
|