fixes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-11-17 23:22:09 +01:00
parent b4c7d2b12d
commit 9507aa11d7
3 changed files with 19 additions and 2 deletions

View File

@@ -47,6 +47,23 @@ spec:
type: ClusterIP
---
apiVersion: v1
kind: Service
metadata:
name: birb-latency-influxdb-pub
namespace: birbnetes
labels:
app: birb-latency-influxdb
spec:
ports:
- name: birb-latency-influxdb-pub
port: 8086
targetPort: 8086
protocol: TCP
selector:
app: birb-latency-influxdb
type: NodePort
---
apiVersion: v1
kind: ConfigMap
metadata:
name: birb-latency-influxdb