mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-23 10:58:42 +00:00
Add an example of running Cloud Native Cassandra on k8s.
This commit is contained in:
7
examples/cassandra/cassandra-service.yaml
Normal file
7
examples/cassandra/cassandra-service.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
id: cassandra
|
||||
kind: Service
|
||||
apiVersion: v1beta1
|
||||
port: 9042
|
||||
containerPort: 9042
|
||||
selector:
|
||||
name: cassandra
|
Reference in New Issue
Block a user