blob: 7cb98926785294e100e6cd4fdd5f177d8488181f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
apiVersion: v1
kind: Service
metadata:
name: cassandra
spec:
ports:
- name: "http-7001"
port: 7001
- name: "http-7000"
port: 7000
- name: "http-9042"
port: 9042
- name: "http-9160"
port: 9160
selector:
service: cassandra
clusterIP: None
|