3a0c618734
* Consolidate YAML files [part-6] This PR relocates the YAML files used by the stateful application examples. * Update examples_test.go
13 lines
165 B
YAML
13 lines
165 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
labels:
|
|
app: cassandra
|
|
name: cassandra
|
|
spec:
|
|
clusterIP: None
|
|
ports:
|
|
- port: 9042
|
|
selector:
|
|
app: cassandra
|