Skip to content

Commit 3e03701

Browse files
committed
Add flower endpoint to weavloader svc obj
1 parent 32e06b9 commit 3e03701

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

kubernetes/base/weavloader.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,8 @@ spec:
101101
- name: metrics
102102
port: 8080
103103
targetPort: 8080
104+
protocol: TCP
105+
- name: flower
106+
port: 5555
107+
targetPort: 5555
104108
protocol: TCP

0 commit comments

Comments
 (0)