mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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
24 lines
531 B
YAML
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"
|