mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-19 18:16:12 +10:00
43 lines
1.1 KiB
YAML
43 lines
1.1 KiB
YAML
## Bitnami PhpBB image version
|
|
## ref: https://hub.docker.com/r/bitnami/phpbb/tags/
|
|
##
|
|
imageTag: 3.1.9-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-phpbb#environment-variables
|
|
##
|
|
# phpbbUser: user
|
|
|
|
## Application password
|
|
## ref: https://github.com/bitnami/bitnami-docker-phpbb#environment-variables
|
|
##
|
|
# phpbbPassword: bitnami
|
|
|
|
## Admin email
|
|
## ref: https://github.com/bitnami/bitnami-docker-phpbb#environment-variables
|
|
##
|
|
# phpbbEmail: user@example.com
|
|
|
|
## SMTP mail delivery configuration
|
|
## ref: https://github.com/bitnami/bitnami-docker-phpbb#smtp-configuration
|
|
##
|
|
# smtpHost:
|
|
# smtpPort:
|
|
# smtpUser:
|
|
# smtpPassword:
|
|
|
|
##
|
|
## 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:
|