mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
committed by
k8s-ci-robot
parent
bb705ae304
commit
4e85f9d3d3
@@ -1,6 +1,6 @@
|
||||
name: etcd
|
||||
home: https://github.com/coreos/etcd
|
||||
version: 0.3.5
|
||||
version: 0.3.6
|
||||
description: Distributed reliable key-value store for the most critical data of a
|
||||
distributed system.
|
||||
icon: https://raw.githubusercontent.com/coreos/etcd/master/logos/etcd-horizontal-color.png
|
||||
|
||||
@@ -38,7 +38,7 @@ The following tables lists the configurable parameters of the etcd chart and the
|
||||
| Parameter | Description | Default |
|
||||
| ----------------------- | ---------------------------------- | ---------------------------------------------------------- |
|
||||
| `Name` | Spark master name | `etcd` |
|
||||
| `Image` | Container image name | `gcr.io/google_containers/etcd-amd64` |
|
||||
| `Image` | Container image name | `k8s.gcr.io/etcd-amd64` |
|
||||
| `ImageTag` | Container image tag | `2.2.5` |
|
||||
| `ImagePullPolicy` | Container pull policy | `Always` |
|
||||
| `Replicas` | k8s statefulset replicas | `3` |
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
etcd has been installed.
|
||||
@@ -8,7 +8,7 @@ PeerPort: 2380
|
||||
ClientPort: 2379
|
||||
Component: "etcd"
|
||||
Replicas: 3
|
||||
Image: "gcr.io/google_containers/etcd-amd64"
|
||||
Image: "k8s.gcr.io/etcd-amd64"
|
||||
ImageTag: "2.2.5"
|
||||
ImagePullPolicy: "Always"
|
||||
Cpu: "100m"
|
||||
|
||||
Reference in New Issue
Block a user