Fixed default values
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
variables:
|
variables:
|
||||||
HELM_CHART_VERSION: "0.5.13"
|
HELM_CHART_VERSION: "0.5.14"
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- deploy
|
- deploy
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
customer:
|
customer:
|
||||||
# The (dns-compliant) customer name
|
# The (dns-compliant) customer name (Required)
|
||||||
name: scheibling-consulting-ab
|
# name: dns-compliant-customer-name
|
||||||
|
|
||||||
# The legal name of the customer
|
# The legal name of the customer (Required)
|
||||||
legalName: Scheibling Consulting AB
|
# legalName: Customer Name Ltd
|
||||||
|
|
||||||
# The legal ID of the customer
|
# The legal ID of the customer (Required)
|
||||||
legalId: 559005-XXXX
|
# legalId: 112233-4455
|
||||||
|
|
||||||
# The timezone for the customer
|
# The timezone for the customer
|
||||||
timezone: "Europe/Stockholm"
|
timezone: "Europe/Stockholm"
|
||||||
@@ -20,18 +20,19 @@ email:
|
|||||||
# defaultSenderName: "Customer Name"
|
# defaultSenderName: "Customer Name"
|
||||||
|
|
||||||
# Specify allowed domains/emails to use as senders
|
# Specify allowed domains/emails to use as senders
|
||||||
domains:
|
# domains:
|
||||||
- scheibling.se
|
# - customer.tld
|
||||||
emails:
|
# emails:
|
||||||
- it@scheibling.se
|
# - mail@customer.tld
|
||||||
|
|
||||||
# Database configuration
|
# Database configuration
|
||||||
database:
|
database:
|
||||||
|
# Database server to use
|
||||||
server: kincaid
|
server: kincaid
|
||||||
|
|
||||||
# Import database from file
|
# Import database from file if not already imported
|
||||||
import: true
|
import: false
|
||||||
importPath: "/path/to/database.sql"
|
importPath: "/full-cloud/import.sql"
|
||||||
overwriteExisting: false
|
overwriteExisting: false
|
||||||
|
|
||||||
# Storage Settings
|
# Storage Settings
|
||||||
@@ -44,9 +45,9 @@ storage:
|
|||||||
# Default: Premium_LRS
|
# Default: Premium_LRS
|
||||||
type: "Premium_LRS"
|
type: "Premium_LRS"
|
||||||
|
|
||||||
# The storage container to use for the site
|
# The storage container to use for the site (REQUIRED)
|
||||||
# Default: <domain>-<tld>
|
# Default: <domain>-<tld>
|
||||||
container: "scheibling-se"
|
# container: "company-tld"
|
||||||
|
|
||||||
# WP Content Folders
|
# WP Content Folders
|
||||||
wpContent:
|
wpContent:
|
||||||
@@ -60,18 +61,18 @@ storage:
|
|||||||
site:
|
site:
|
||||||
# The name of the repository/composerpackage/dockerimage
|
# The name of the repository/composerpackage/dockerimage
|
||||||
# Default: domain.replace('.', '-')
|
# Default: domain.replace('.', '-')
|
||||||
name: "scheibling-se"
|
# name: "customer-tld"
|
||||||
|
|
||||||
# Tag of the container to deploy
|
# Tag of the container to deploy
|
||||||
imageTag: "latest"
|
# imageTag: "latest"
|
||||||
|
|
||||||
# The primary domain/TLD where the site will be available
|
# The primary domain/TLD where the site will be available
|
||||||
domain: scheibling.se
|
# domain: customer.tld
|
||||||
|
|
||||||
# The main url (subdomain) for the site
|
# The main url (subdomain) for the site
|
||||||
# Only needed if it differs from the domain
|
# Only needed if it differs from the domain
|
||||||
# ex.
|
# ex.
|
||||||
redirectDomain: www.scheibling.se
|
# redirectDomain: tempdomain.customer.tld
|
||||||
|
|
||||||
# Additional ingress domains that should all
|
# Additional ingress domains that should all
|
||||||
# point to the same site
|
# point to the same site
|
||||||
@@ -80,8 +81,7 @@ site:
|
|||||||
# - www.<domain>.<tld>
|
# - www.<domain>.<tld>
|
||||||
# - <domain>-<tld>.eu.cust.azurecd.net
|
# - <domain>-<tld>.eu.cust.azurecd.net
|
||||||
# - www-<domain>-<tld>.eu.cust.azurecd.net
|
# - www-<domain>-<tld>.eu.cust.azurecd.net
|
||||||
additionalIngressDomains:
|
additionalIngressDomains: []
|
||||||
- www2.scheibling.se
|
|
||||||
|
|
||||||
# PHP Version
|
# PHP Version
|
||||||
phpVersion: "8.0"
|
phpVersion: "8.0"
|
||||||
@@ -127,102 +127,3 @@ site:
|
|||||||
# logErrors: "1"
|
# logErrors: "1"
|
||||||
# additionalAdminValues: {}
|
# additionalAdminValues: {}
|
||||||
|
|
||||||
# # 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: "somens/mycustomer-app"
|
|
||||||
|
|
||||||
# # The name of the theme which the composer package refers to
|
|
||||||
# themeName: "mycustomer-app-theme"
|
|
||||||
|
|
||||||
# # 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: {}
|
|
||||||
|
|
||||||
# # database:
|
|
||||||
# # import: 'true'
|
|
||||||
# # force: false
|
|
||||||
# # url: "https://www.mycustomer.com/mysqldump.sql"
|
|
||||||
|
|
||||||
# # Settings for the webroot (used by Nginx)
|
|
||||||
# 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>
|
|
||||||
# # - www.<domain>.<tld>
|
|
||||||
# # - <domain>-<tld>.eu.cust.azurecd.net
|
|
||||||
# # - www-<domain>-<tld>.eu.cust.azurecd.net
|
|
||||||
# additionalIngressNames: []
|
|
||||||
|
|
||||||
|
|
||||||
# # Global configuration
|
|
||||||
# global:
|
|
||||||
# # Which image to use for the web server
|
|
||||||
# serverImage: ghcr.io/cloudynes/php-nginx
|
|
||||||
|
|
||||||
# # Which image to use for the initialization
|
|
||||||
# initImage: ghcr.io/cloudynes/php-init
|
|
||||||
|
|
||||||
# # The tag to use for the above images
|
|
||||||
# imageTag: fpm8.0-alpine3.16
|
|
||||||
|
|
||||||
# # The database instance where the database will be provisioned
|
|
||||||
# dbInstance: "kincaid"
|
|
||||||
|
|
||||||
# php:
|
|
||||||
# listenAddress: "127.0.0.1:8123"
|
|
||||||
# listenBacklog: "511"
|
|
||||||
|
|
||||||
# pmMode: "ondemand"
|
|
||||||
# pmMaxChildren: "100"
|
|
||||||
# pmProcessIdle: "30s"
|
|
||||||
# pmMaxRequests: "1000"
|
|
||||||
|
|
||||||
# limitExtensions: ".php"
|
|
||||||
# exposePHP: "Off"
|
|
||||||
# shortOpenTag": "Off"
|
|
||||||
# disableFunctions: "exec,passthru,shell_exec,system,proc_open,popen,curl_exec,curl_multi_exec,show_source"
|
|
||||||
# logErrors: "On"
|
|
||||||
|
|
||||||
# adminValues:
|
|
||||||
# upload_max_filesize: "256M"
|
|
||||||
# post_max_size: "256M"
|
|
||||||
|
|
||||||
# nginx:
|
|
||||||
# workerConnections: "1024"
|
|
||||||
# keepaliveTimeout: "61"
|
|
||||||
# sendfile: "off"
|
|
||||||
# tcpNodelay: "on"
|
|
||||||
# absoluteRedirects: "off"
|
|
||||||
# fcgiBufferSize: "128k"
|
|
||||||
# fcgiBuffers: "4 256k"
|
|
||||||
# fcgiBusyBufferSize: "256k"
|
|
||||||
# fcgiReadTimeout: "300"
|
|
||||||
# globalAdditions: ""
|
|
||||||
# eventsAdditions: ""
|
|
||||||
# httpAdditions: ""
|
|
||||||
# serverAdditions: ""
|
|
||||||
# rootLocationAdditions: ""
|
|
||||||
# phpLocationAdditions: ""
|
|
||||||
|
|||||||
Reference in New Issue
Block a user