From d5a14449fca7459f64e8947adda731390bc740ac Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Fri, 11 Aug 2023 17:00:16 +0000 Subject: [PATCH] metrics: Add cassandra service yaml This PR adds the cassandra service yaml for the benchmark. Signed-off-by: Gabriela Cervantes (cherry picked from commit c1dcc1396f68120c12827df2ced466ed84f51eb2) --- .../cassandra-service.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tests/metrics/disk/cassandra_kubernetes/volume/runtimeclass_workloads/cassandra-service.yaml diff --git a/tests/metrics/disk/cassandra_kubernetes/volume/runtimeclass_workloads/cassandra-service.yaml b/tests/metrics/disk/cassandra_kubernetes/volume/runtimeclass_workloads/cassandra-service.yaml new file mode 100644 index 0000000000..26e43d09cc --- /dev/null +++ b/tests/metrics/disk/cassandra_kubernetes/volume/runtimeclass_workloads/cassandra-service.yaml @@ -0,0 +1,17 @@ +# +# 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