# Allows to override Scylla Manager name showing up in recommended k8s labels nameOverride: "" # Allows to override names used in Scylla Manager k8s objects. fullnameOverride: "" # Allows to customize Scylla Manager image image: repository: scylladb pullPolicy: IfNotPresent tag: 3.10.1@sha256:8e02f5f3501ecbc5286acb09a9fed854bc621e422eba48b71159382604d6491a # Scylla Manager log level, allowed values are: error, warn, info, debug, trace logLevel: info # Resources allocated to Scylla Manager pods resources: requests: cpu: 10m memory: 20Mi # Node selector for Scylla Manager pod nodeSelector: {} # Tolerations for Scylla Manager pod tolerations: [] # Affinity for Scylla Manager pod affinity: {} ## SecurityContext holds pod-level security attributes securityContext: {} serviceAccount: # Specifies whether a service account should be created create: true # Annotations to add to the service account annotations: {} # The name of the service account to use. # If not set and create is true, a name is generated using the fullname template name: "" scylla: annotations: # Disable the manager's ScyllaCluster integration with the manager itself as it is not needed. scylla-operator.scylladb.com/disable-global-scylladb-manager-integration: "true" developerMode: true scyllaImage: tag: 2026.1.3 agentImage: tag: 3.10.1@sha256:aa85a3da293d0e5ca29214a575efe79b352d6678343d2f6d9aee711ac339f903 datacenter: manager-dc racks: - name: manager-rack members: 1 storage: capacity: 5Gi storageClassName: scylladb-local-xfs resources: limits: cpu: 1 memory: 200Mi requests: cpu: 1 memory: 200Mi placement: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: scylla.scylladb.com/node-type operator: In values: - scylla tolerations: - effect: NoSchedule key: scylla-operator.scylladb.com/dedicated operator: Equal value: scyllaclusters # Whether to create Prometheus ServiceMonitor serviceMonitor: create: false labels: {}