Files
podinfo/deploy/webapp/backend/service.yaml
2020-04-28 19:12:25 +03:00

19 lines
291 B
YAML

apiVersion: v1
kind: Service
metadata:
name: backend
namespace: webapp
spec:
type: ClusterIP
selector:
app: backend
ports:
- name: http
port: 9898
protocol: TCP
targetPort: http
- port: 9999
targetPort: grpc
protocol: TCP
name: grpc