mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-20 08:54:03 +00:00
This PR adds cassandra statefulset yaml for kata metrics. Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
18 lines
253 B
YAML
18 lines
253 B
YAML
#
|
|
# 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
|