add kubernetes stuff
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2021-06-12 23:01:38 +02:00
parent c71371372d
commit 4deaf74bb9
2 changed files with 45 additions and 0 deletions

17
k8s/service.yml Normal file
View File

@@ -0,0 +1,17 @@
---
apiVersion: v1
kind: Service
metadata:
name: birbcontrol-svc
namespace: birbnetes
labels:
app: birbcontrol
spec:
ports:
- name: birbcontrol
port: 80
targetPort: 80
protocol: TCP
selector:
app: birbcontrol
type: ClusterIP