Maksim Lioshyn 78af81bf1c Task 1 done
2023-01-04 14:56:13 +04:00

18 lines
260 B
YAML

apiVersion: v1
kind: Service
metadata:
name: ordering-api
labels:
app: eshop
service: ordering
spec:
ports:
- port: 80
protocol: TCP
name: http
- port: 81
protocol: TCP
name: grpc
selector:
service: ordering