k8s/cassandra/schema.yaml (71 lines of code) (raw):

x-google-marketplace: schemaVersion: v2 applicationApiVersion: v1beta1 publishedVersion: "$TAG" publishedVersionMetadata: releaseNote: >- A regular update. releaseTypes: - Feature recommended: false images: '': properties: cassandra.image.repo: type: REPO_WITH_REGISTRY cassandra.image.tag: type: TAG prometheus-to-sd: properties: metrics.image: type: FULL clusterConstraints: resources: - replicas: 3 requests: cpu: 500m memory: 4Gi affinity: simpleNodeAffinity: type: REQUIRE_ONE_NODE_PER_REPLICA properties: name: type: string x-google-marketplace: type: NAME namespace: type: string x-google-marketplace: type: NAMESPACE cassandra.replicas: type: integer title: Replicas description: The number of Pod replicas default: 3 minimum: 3 maximum: 11 cassandra.persistence.storageClass: type: string title: StorageClass description: You can choose an existing StorageClass or create a new one. x-google-marketplace: type: STORAGE_CLASS storageClass: type: SSD cassandra.persistence.size: type: string title: Storage size for persistent volumes default: "5Gi" description: Cassandra storage size pattern: '^[1-9][0-9]*(\.[0-9]+)?[TGM]i?$' metrics.exporter.enabled: type: boolean title: Enable Stackdriver Metrics Exporter description: Your GCP project should have Stackdriver enabled. For non-GCP clusters, export of metrics to Stackdriver is not supported yet default: false required: - name - namespace - cassandra.replicas - metrics.exporter.enabled