commented out StorageClass in order to fallback to alpha notations by default (#973)

This commit is contained in:
Lachlan Evenson
2017-04-27 17:11:45 -07:00
committed by GitHub
parent 63e001b253
commit bc40801337
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: consul
home: https://github.com/hashicorp/consul
version: 0.2.0
version: 0.2.1
description: Highly available and distributed service discovery and key-value store designed with support for the modern data center to make distributed systems and configuration easy.
icon: https://www.consul.io/assets/images/logo_large-475cebb0.png
sources:
+1 -1
View File
@@ -36,7 +36,7 @@ The following tables lists the configurable parameters of the consul chart and t
| `Cpu` | container requested cpu | `100m` |
| `Memory` | container requested memory | `512Mi` |
| `Storage` | Persistent volume size | `1Gi` |
| `StorageClass` | Persistent volume storage class | `default` |
| `StorageClass` | Persistent volume storage class | `nil` |
| `HttpPort` | Consul http listening port | `8500` |
| `RpcPort` | Consul rpc listening port | `8400` |
| `SerflanPort` | Container serf lan listening port | `8301` |
+2 -2
View File
@@ -23,8 +23,8 @@ Memory: "256Mi"
## Persistent volume size
Storage: "1Gi"
## StorageClass name for use with Persistent Volume Claim (PVC)
StorageClass: default
## StorageClass name for use with Persistent Volume Claim (PVC) using beta notations
# StorageClass:
## Enable Consul Web UI
##