Product-Manager/k8s/service-frontend.yml
2022-05-07 16:44:18 +05:30

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