mirror of
https://github.com/helm/charts.git
synced 2026-08-19 12:27:02 +00:00
* [stable/lamp] updated documentation due to #8425, bumped various container versions to current stable Signed-off-by: lead4good <lead4good@users.noreply.github.com> * applied requested changes, fixed phpmyadmin bug thanks to #9148 Signed-off-by: lead4good <lead4good@users.noreply.github.com> * changed image to repository:tag Signed-off-by: lead4good <lead4good@users.noreply.github.com>
22 lines
517 B
YAML
22 lines
517 B
YAML
mysql:
|
|
rootPassword: "Root Password here..."
|
|
user: wordpress
|
|
password: "User Password here..."
|
|
database: wordpress
|
|
|
|
php:
|
|
repository: "wordpress"
|
|
tag: "fpm-alpine"
|
|
envVars:
|
|
- name: WORDPRESS_DB_HOST
|
|
value: localhost
|
|
- name: WORDPRESS_DB_USER
|
|
value: wordpress
|
|
- name: WORDPRESS_DB_PASSWORD
|
|
value: "User Password here..."
|
|
- name: WORDPRESS_DB_DATABASE
|
|
value: wordpress
|
|
# List your additional php configurations with 4 spaces indent after " ini: |"
|
|
ini: |
|
|
short_open_tag=On
|