18 lines
260 B
YAML
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
|