Skip to content

Digitalist-Open-Cloud/Helm-Chart-Wordpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 

Repository files navigation

WordPress PHP-FPM Nginx Helm Chart

Run Bedrock Wordpress with php-fpm and nginx.

Any container should work, WordPress need be in path /var/www/html/web.

Configuring Environment Variables

To set environment variables:

Use valueFromSecret to populate from a Secret:

env:
- name: SECRET_VAR
    valueFromSecret:
    secretName: my-secret
    key: secret-key

Use value for plain variable values:

env:
  - name: PLAIN_VAR
    value: "default-value"

Secrets must be created outside of the chart.

Database

No database included in chart, that needs to be installed first. Secret needed for database password, defaults to:

  - name: DB_PASSWORD
    valueFromSecret:
      secretName: mariadb
      key: password

Fork

This is forked from https://github.com/fiveoclock/WordPress-Nginx-Helm-Chart.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •