mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* Add Cassandra operator charts Signed-off-by: sebastien allamand <sebastien.allamand@orange.com> * Add flag to install the CRD Signed-off-by: sebastien allamand <sebastien.allamand@orange.com>
33 lines
575 B
YAML
33 lines
575 B
YAML
## Cassandra Operator Image
|
|
##
|
|
image:
|
|
repository: orangeopensource/cassandra-k8s-operator
|
|
tag: 0.3.1-master
|
|
pullPolicy: Always
|
|
imagePullSecrets:
|
|
enabled: false
|
|
# name:
|
|
|
|
## Prometheus-operator resource limits & requests
|
|
## Ref: https://kubernetes.io/docs/user-guide/compute-resources/
|
|
resources:
|
|
requests:
|
|
cpu: 10m
|
|
memory: 50Mi
|
|
limits:
|
|
cpu: 1
|
|
memory: 512Mi
|
|
|
|
|
|
## If true, create & use RBAC resources
|
|
##
|
|
rbacEnable: true
|
|
|
|
## if true deploy service for metrics access
|
|
metricService: false
|
|
|
|
createCustomResource: false
|
|
|
|
debug:
|
|
enabled: false
|