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
Raw Normal View History

2020-04-20 23:08:20 +02:00
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