# # Copyright (c) 2022-2023 Intel Corporation # # SPDX-License-Identifier: Apache-2.0 # apiVersion: v1 kind: Service metadata: labels: app: cassandra name: cassandra spec: clusterIP: None ports: - port: 9042 selector: app: cassandra