4
0
Fork 0
This repository has been archived on 2020-07-25. You can view files and clone it, but cannot push or open issues or pull requests.
classification-service/k8s/service.yaml

16 lines
296 B
YAML

apiVersion: v1
kind: Service
metadata:
name: classification-service
namespace: birbnetes
labels:
app: classification-service
spec:
ports:
- name: classification-service
port: 80
targetPort: 8000
protocol: TCP
selector:
app: classification-service
type: ClusterIP