Reaper Operator Helm Chart
Provisions the Reaper for Apache Cassandra component
Maintainers
Name | Url | |
---|---|---|
K8ssandra Team | [email protected] | https://github.com/k8ssandra |
Source Code
- https://github.com/k8ssandra/reaper-operator
- https://github.com/k8ssandra/k8ssandra/tree/main/charts/reaper-operator
Requirements
Repository | Name | Version |
---|---|---|
file://../k8ssandra-common | k8ssandra-common | 0.28.4 |
Values
Key | Type | Default | Description |
---|---|---|---|
nameOverride | string | "" |
Replaces the chart name which is used in the metadata.name of objects created by this chart. |
fullnameOverride | string | "" |
Replaces the value used for metadata.name in objects created by this chart. The default value has the form releaseName-chartName. |
commonLabels | object | {} |
Labels to be added to all deployed resources |
replicaCount | int | 1 |
Sets the number of reaper-operator pods. |
image.registry | string | "docker.io" |
Container registry containing the repository where the image resides |
image.repository | string | "k8ssandra/reaper-operator" |
Container repository where the reaper-operator resides |
image.pullPolicy | string | "IfNotPresent" |
Pull policy for the operator container |
image.tag | string | "v0.3.5" |
Tag of the reaper-operator image to pull from image.repository |
imagePullSecrets | list | [] |
References to secrets to use when pulling images. ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ |
serviceAccount.annotations | object | {} |
Annotations for the reaper-operator service account. |
podAnnotations | object | {} |
Annotations for the reaper-operator pod. |
podSecurityContext | object | {} |
PodSecurityContext for the reaper-operator pod. |
securityContext | object | {"readOnlyRootFilesystem":true,"runAsGroup":65534,"runAsNonRoot":true,"runAsUser":65534} |
SecurityContext for the reaper-operator container. |
resources | object | {} |
Resources requests and limits for the cass-operator pod. We usually recommend not to specify default resources and to leave this as a conscious choice for the user. This also increases chances charts run on environments with little resources, such as Minikube. If you do want to specify resources, uncomment the following lines, adjust them as necessary, and remove the curly braces after ‘resources:’. limits: cpu: 100m memory: 128Mi requests: cpu: 100m memory: 128Mi |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified February 24, 2023: Merge pull request #1598 from k8ssandra/1597-docs-v1_update_to_new_changes (eabf7e3)