# 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.8.0@sha256:cd38015babbc96c0d98084378991acf44cee3c1841173da365423549cdffd1e3 # 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: 2025.4.3 agentImage: tag: 3.8.0@sha256:2fb6552788d112c1c008f8de27f8abeba12e3a067d58a5260eaea477ef7ddaf2 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: {}