16 lines
296 B
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
|