add k8s config
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-04-06 01:02:17 +02:00
parent 8cc30d35d2
commit 45ab875da1
3 changed files with 58 additions and 0 deletions

16
k8s/service.yml Normal file
View File

@@ -0,0 +1,16 @@
apiVersion: v1
kind: Service
metadata:
name: output-service-rdb
namespace: birbnetes
labels:
app: output-service-rdb
spec:
ports:
- name: output-service-rdb
port: 80
targetPort: 8080
protocol: TCP
selector:
app: output-service-rdb
type: ClusterIP