Finished setting up chart
This commit is contained in:
@@ -2,80 +2,89 @@
|
||||
customer:
|
||||
|
||||
# Customer Name/identifier
|
||||
name: gunnarnilssonmaskin
|
||||
name: mycustomer
|
||||
|
||||
# Timezone for customer
|
||||
timezone: "Europe/Stockholm"
|
||||
|
||||
# Package/Resource Settings
|
||||
package:
|
||||
size: small
|
||||
replicas: 1
|
||||
cpu:
|
||||
avg: 500m
|
||||
peak: 1000m
|
||||
mem:
|
||||
avg: 512Mi
|
||||
peak: 1Gi
|
||||
disk: 5Gi
|
||||
package: {}
|
||||
|
||||
# Defaults:
|
||||
# package:
|
||||
# size: small
|
||||
# replicas: 1
|
||||
# cpu:
|
||||
# avg: 500m
|
||||
# peak: 1000m
|
||||
# mem:
|
||||
# avg: 512Mi
|
||||
# peak: 1Gi
|
||||
# disk: 5Gi
|
||||
|
||||
# Website Configuration
|
||||
site:
|
||||
# The main URL for the website
|
||||
url: "www.gunnarnilssonmaskin.se"
|
||||
|
||||
# Settings for the webroot (used by Nginx)
|
||||
webroot:
|
||||
path: "/app/web"
|
||||
indexes: "index.php index.html index.htm"
|
||||
url: "www.mycustomer.com"
|
||||
|
||||
# Whether to keep plugins and Wordpress updated
|
||||
autoUpdate: true
|
||||
|
||||
# Storage settings
|
||||
storage: {}
|
||||
|
||||
# Defaults:
|
||||
# storage:
|
||||
# cloud:
|
||||
# class: "premium01"
|
||||
# type: "Premium_LRS"
|
||||
# container: "www-mycustomer-com"
|
||||
# folders:
|
||||
# - cloudPath: "uploads"
|
||||
# localPath: "/app/web/app/uploads"
|
||||
# - cloudyPath: "gallery"
|
||||
# localPath: "/app/web/app/uploads"
|
||||
|
||||
|
||||
# Initialization Settings
|
||||
init:
|
||||
# The composer package that contains the site
|
||||
composerPackage: "buildahome/gunnarnilssonmaskin-se"
|
||||
composerPackage: "somens/mycustomer-app"
|
||||
|
||||
# The name of the theme which the composer package refers to
|
||||
themeName: "gunnarnilssonmaskin-se-theme"
|
||||
themeName: "mycustomer-app-theme"
|
||||
|
||||
# Import content to wp-content directory from zip file
|
||||
content:
|
||||
import: true
|
||||
url: "https://www.gunnarnilssonmaskin.se/gunnar.zip"
|
||||
# Optional: Import content to wp-content directory from zip file
|
||||
content: {}
|
||||
|
||||
# content:
|
||||
# import: true
|
||||
# url: "https://mycustomer.com/wp-content-data.zip"
|
||||
|
||||
# Optional: Import database from URL
|
||||
database: {}
|
||||
|
||||
# # Import database from URL
|
||||
# database:
|
||||
# import: true
|
||||
# force: false
|
||||
# url: "https://www.gunnarnilssonmaskin.se/gunnar.sql"
|
||||
# url: "https://www.mycustomer.com/mysqldump.sql"
|
||||
|
||||
# The allowed names for ingress to this site
|
||||
ingressNames:
|
||||
- "gunnarnilssonmaskin.se"
|
||||
- "www.gunnarnilssonmaskin.se"
|
||||
- "gunnarnilssonmaskin-se.eu.cust.azurecd.net"
|
||||
- "www-gunnarnilssonmaskin-se.eu.cust.azurecd.net"
|
||||
# Settings for the webroot (used by Nginx)
|
||||
webroot: {}
|
||||
|
||||
# Defaults:
|
||||
# webroot:
|
||||
# path: "/app/web"
|
||||
# indexes: "index.php index.html index.htm"
|
||||
|
||||
# Storage settings
|
||||
storage:
|
||||
# Additional ingress names for the site
|
||||
# Default ingress names are (customer domain: testsite.com, domain = testsite, tld = com):
|
||||
# - <domain>.<tld>
|
||||
# - www.<domain>.<tld>
|
||||
# - <domain>-<tld>.eu.cust.azurecd.net
|
||||
# - www-<domain>-<tld>.eu.cust.azurecd.net
|
||||
additionalIngressNames: []
|
||||
|
||||
# Settings for cloud storage
|
||||
cloud:
|
||||
# Storage class to use for the cloud storage
|
||||
class: "premium01"
|
||||
type: "Premium_LRS"
|
||||
|
||||
# The container in Azure storage
|
||||
container: "gunnarnilssonmaskin-se"
|
||||
|
||||
# Folders to map up to the Azure storage
|
||||
folders:
|
||||
- cloudPath: "uploads"
|
||||
localPath: "/app/web/app/uploads"
|
||||
- cloudyPath: "gallery"
|
||||
localPath: "/app/web/app/uploads"
|
||||
|
||||
# Global configuration
|
||||
global:
|
||||
|
||||
Reference in New Issue
Block a user