mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-20 02:25:53 +10:00
60 lines
1.5 KiB
YAML
60 lines
1.5 KiB
YAML
## Bitnami Wordpress image version
|
|
## ref: https://hub.docker.com/r/bitnami/wordpress/tags/
|
|
##
|
|
imageTag: 4.6-r2
|
|
|
|
## Specify a imagePullPolicy
|
|
## Defaults to 'Always' if imageTag is 'latest', else set to 'IfNotPresent'
|
|
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
|
##
|
|
# imagePullPolicy:
|
|
|
|
## User of the application
|
|
## ref: https://github.com/bitnami/bitnami-docker-wordpress#environment-variables
|
|
##
|
|
wordpressUsername: user
|
|
|
|
## Application password
|
|
## ref: https://github.com/bitnami/bitnami-docker-wordpress#environment-variables
|
|
##
|
|
wordpressPassword: bitnami
|
|
|
|
## Admin email
|
|
## ref: https://github.com/bitnami/bitnami-docker-wordpress#environment-variables
|
|
##
|
|
wordpressEmail: user@example.com
|
|
|
|
## First name
|
|
## ref: https://github.com/bitnami/bitnami-docker-wordpress#environment-variables
|
|
##
|
|
wordpressFirstName: FirstName
|
|
|
|
## Last name
|
|
## ref: https://github.com/bitnami/bitnami-docker-wordpress#environment-variables
|
|
##
|
|
wordpressLastName: LastName
|
|
|
|
## Blog name
|
|
## ref: https://github.com/bitnami/bitnami-docker-wordpress#environment-variables
|
|
##
|
|
wordpressBlogName: User's Blog!
|
|
|
|
## SMTP mail delivery configuration
|
|
## ref: https://github.com/bitnami/bitnami-docker-redmine/#smtp-configuration
|
|
##
|
|
# smtpHost:
|
|
# smtpPort:
|
|
# smtpUser:
|
|
# smtpPassword:
|
|
# smtpUsername:
|
|
# smtpProtocol:
|
|
|
|
##
|
|
## MariaDB chart configuration
|
|
##
|
|
# mariadb:
|
|
## MariaDB admin password
|
|
## ref: https://github.com/bitnami/bitnami-docker-mariadb/blob/master/README.md#setting-the-root-password-on-first-run
|
|
##
|
|
# mariadbRootPassword:
|