Initial commit
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2021-11-16 20:40:17 +01:00
commit eb9193451e
20 changed files with 598 additions and 0 deletions

16
k8s/service.yaml Normal file
View File

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