Initial commit

This commit is contained in:
2021-12-10 21:59:56 +01:00
commit ccfce10ffa
18 changed files with 444 additions and 0 deletions

16
k8s/service.yaml Normal file
View File

@@ -0,0 +1,16 @@
apiVersion: v1
kind: Service
metadata:
name: birb-scheduler
namespace: turbomemer
labels:
app: birb-scheduler
spec:
ports:
- name: birb-scheduler
port: 80
targetPort: 8000
protocol: TCP
selector:
app: birb-scheduler
type: ClusterIP