4
0

added k8s stuff
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-04-20 23:08:20 +02:00
parent 57a46dc259
commit 4381aaa6b2
3 changed files with 58 additions and 0 deletions

16
k8s/service.yaml Normal file
View File

@@ -0,0 +1,16 @@
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