# SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # Cassandra values for standalone installation # Replace , , and storage settings with your configuration. # # Example: # REGISTRY: nvcr.io # REPOSITORY: YOUR_ORG/YOUR_TEAM cassandra: global: security: allowInsecureImages: true # Uncomment to set default storage class # defaultStorageClass: "" replicaCount: 3 # Use 1 for local development only image: registry: "" repository: "/bitnami-cassandra" dynamicSeedDiscovery: image: registry: "" repository: "/bitnami-cassandra" migrations: image: registry: "" repository: "/nvcf-cassandra-migrations" initialization: image: registry: "" repository: "/alpine-k8s" persistence: size: "10Gi" # 50-100Gi recommended for production # Uncomment for node selectors # nodeSelector: # nvcf.nvidia.com/workload: cassandra