mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-20 02:25:53 +10:00
24 lines
641 B
YAML
24 lines
641 B
YAML
## Bitnami PostgreSQL image version
|
|
## ref: https://hub.docker.com/r/bitnami/postgresql/tags/
|
|
##
|
|
## Default: none
|
|
imageTag: 9.5.3-r2
|
|
|
|
## Specify a imagePullPolicy
|
|
## Default to 'Always' if imageTag is 'latest', else set to 'IfNotPresent'
|
|
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
|
##
|
|
# imagePullPolicy:
|
|
#
|
|
|
|
## Create a database user
|
|
## ref: https://github.com/bitnami/bitnami-docker-postgresql#creating-a-database-user-on-first-run
|
|
##
|
|
# postgresUser: postgres
|
|
# postgresPassword:
|
|
|
|
## Create a database
|
|
## ref: https://github.com/bitnami/bitnami-docker-postgresql#creating-a-database-on-first-run
|
|
##
|
|
# postgresDb:
|