Files
deprecated-helm-charts/stable/cockroachdb/values.yaml
T
Alex Robinson 53d4ba9b08 Support custom domains in the cockroachdb chart's init container (#1219)
This switches from using v0.1 of the peer-finder image to a version that
includes https://github.com/kubernetes/contrib/pull/2013

While I'm here, switch the version of cockroachdb from 1.0 to 1.0.1
2017-06-08 09:38:28 -07:00

24 lines
531 B
YAML

# Default values for cockroachdb.
# This is a YAML-formatted file.
# Declare name/value pairs to be passed into your templates.
# name: value
Name: "cockroachdb"
Image: "cockroachdb/cockroach"
ImageTag: "v1.0.1"
ImagePullPolicy: "Always"
BootstrapImage: "cockroachdb/cockroach-k8s-init"
BootstrapImageTag: "0.2"
Replicas: 3
MinAvailable: "67%"
Component: "cockroachdb"
GrpcPort: 26257
HttpPort: 8080
Resources:
requests:
cpu: "100m"
memory: "512Mi"
Storage: "1Gi"
StorageClass: "anything"
ClusterDomain: "cluster.local"