Skip to content

Commit 70f6f91

Browse files
Create cassandra application
1 parent bac6aea commit 70f6f91

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
apiVersion: v1
2+
kind: Service
3+
metadata:
4+
labels:
5+
app: cassandra
6+
name: cassandra
7+
spec:
8+
clusterIP: None
9+
ports:
10+
- port: 9042
11+
selector:
12+
app: cassandra

0 commit comments

Comments
 (0)