mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
posgres dynamic volume (#7139)
* Update values.yaml added persistence storage for postgres * Update Chart.yaml
This commit is contained in:
committed by
k8s-ci-robot
parent
dd39e6bf61
commit
d5b6f19c67
@@ -1,5 +1,5 @@
|
||||
name: concourse
|
||||
version: 1.15.0
|
||||
version: 1.16.0
|
||||
appVersion: 3.14.1
|
||||
description: Concourse is a simple and scalable CI system.
|
||||
icon: https://avatars1.githubusercontent.com/u/7809479
|
||||
|
||||
@@ -522,7 +522,20 @@ postgresql:
|
||||
## Enable PostgreSQL persistence using Persistent Volume Claims.
|
||||
##
|
||||
enabled: true
|
||||
|
||||
## concourse data Persistent Volume Storage Class
|
||||
## If defined, storageClassName: <storageClass>
|
||||
## If set to "-", storageClassName: "", which disables dynamic provisioning
|
||||
## If undefined (the default) or set to null, no storageClassName spec is
|
||||
## set, choosing the default provisioner. (gp2 on AWS, standard on
|
||||
## GKE, AWS & OpenStack)
|
||||
##
|
||||
# storageClass: "-"
|
||||
## Persistent Volume Access Mode.
|
||||
##
|
||||
accessMode: ReadWriteOnce
|
||||
## Persistent Volume Storage Size.
|
||||
##
|
||||
size: 8Gi
|
||||
## Configuration values for using a Credential Manager. Only one can be enabled.
|
||||
## ref: https://concourse-ci.org/creds.html
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user