Update Chart/values.yaml, Chart/Chart.yaml, .gitlab-ci.yml
This commit is contained in:
@@ -2,5 +2,5 @@ apiVersion: v2
|
||||
name: cloudypress
|
||||
description: A helm chart for deploying Wordpress on Cloudyne Hosting
|
||||
type: application
|
||||
version: "0.5.4"
|
||||
version: "0.5.5"
|
||||
appVersion: "6.1.1"
|
||||
|
||||
@@ -27,6 +27,10 @@ site:
|
||||
# The main URL for the website
|
||||
url: "www.mycustomer.com"
|
||||
|
||||
# Create sites with another main domain for WP,
|
||||
# but the rest of the components named according to site-tld
|
||||
# overrideMainUrl: ""
|
||||
|
||||
# Whether to keep plugins and Wordpress updated
|
||||
autoUpdate: 'true'
|
||||
|
||||
@@ -70,13 +74,10 @@ site:
|
||||
# url: "https://www.mycustomer.com/mysqldump.sql"
|
||||
|
||||
# Settings for the webroot (used by Nginx)
|
||||
webroot: {}
|
||||
webroot:
|
||||
path: "/app/web"
|
||||
indexes: "index.php index.html index.htm"
|
||||
|
||||
# Defaults:
|
||||
# webroot:
|
||||
# path: "/app/web"
|
||||
# indexes: "index.php index.html index.htm"
|
||||
|
||||
# Additional ingress names for the site
|
||||
# Default ingress names are (customer domain: testsite.com, domain = testsite, tld = com):
|
||||
# - <domain>.<tld>
|
||||
|
||||
Reference in New Issue
Block a user