Skip to content

Commit b395083

Browse files
committed
Adds a service. Ordering is ok with plain file names here.
1 parent 8b21daf commit b395083

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

linkedin-burrow/burrow-service.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
kind: Service
2+
apiVersion: v1
3+
metadata:
4+
name: burrow
5+
namespace: kafka
6+
spec:
7+
selector:
8+
app: burrow
9+
ports:
10+
- protocol: TCP
11+
port: 80
12+
targetPort: 8000
File renamed without changes.

0 commit comments

Comments
 (0)