Files
deprecated-helm-charts/stable/etcd-operator/values.yaml
T
Chance Zibolski c0ae480802 Update etcd-operator to 0.2.1, and don't abide to cluster.enabled on install (#754)
* stable/etcd-operator: Don't abide to cluster.enabled on install and bump version 0.2.1
Fixes #728. The issue is that the TPR will not exist until after the
etcd-operator runs, causing validation to fail when the etcd.coreos.com/v1beta1
API version doesn't exist. Since it must be run-post install, ignore the
setting when the Release is an install.
* Fixed minor README typos
2017-03-09 12:50:17 -06:00

34 lines
826 B
YAML

# Default values for etcd-operator.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
image:
repository: quay.io/coreos/etcd-operator
tag: v0.2.1
pullPolicy: IfNotPresent
resources:
limits:
cpu: 100m
memory: 128Mi
requests:
cpu: 100m
memory: 128Mi
## etcd-cluster specific values
cluster:
enabled: false
name: etcd-cluster
size: 3
version: v3.1.2
backup:
enabled: false
## Cloud specific PV provisioner
## Supports either kubernetes.io/gce-pd or kubernetes.io/aws-ebs
provisioner: kubernetes.io/gce-pd
config:
## short snapshot interval for testing, do not use this in production!
snapshotIntervalInSecond: 30
maxSnapshot: 5
storageType: PersistentVolume
pv:
volumeSizeInMB: 512