Files
Sébastien Allamand b22db9ead8 [incubator/cassandra-k8s-operator] Add charts for the Orange's Cassandra Kubernetes operator (#14414)
* 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>
2019-06-07 10:51:58 -07:00

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