Skip to content

Commit 5e773ca

Browse files
committed
add tb-edge-loadbalancer
1 parent 5c4a949 commit 5e773ca

File tree

3 files changed

+42
-0
lines changed

3 files changed

+42
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
apiVersion: v1
2+
kind: Service
3+
metadata:
4+
name: tb-edge-loadbalancer
5+
namespace: thingsboard
6+
spec:
7+
type: LoadBalancer
8+
externalTrafficPolicy: Local
9+
selector:
10+
app: tb-node
11+
ports:
12+
- port: 7070
13+
targetPort: 7070
14+
name: edge
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
apiVersion: v1
2+
kind: Service
3+
metadata:
4+
name: tb-edge-loadbalancer
5+
namespace: thingsboard
6+
spec:
7+
type: LoadBalancer
8+
externalTrafficPolicy: Local
9+
selector:
10+
app: tb-node
11+
ports:
12+
- port: 7070
13+
targetPort: 7070
14+
name: edge
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
apiVersion: v1
2+
kind: Service
3+
metadata:
4+
name: tb-edge-loadbalancer
5+
namespace: thingsboard
6+
spec:
7+
type: LoadBalancer
8+
externalTrafficPolicy: Local
9+
selector:
10+
app: tb-node
11+
ports:
12+
- port: 7070
13+
targetPort: 7070
14+
name: edge

0 commit comments

Comments
 (0)