Files
wordyne/Chart/values.yaml

166 lines
3.2 KiB
YAML
Raw Normal View History

2023-03-18 23:16:04 +00:00
customer:
2023-09-12 15:45:08 +02:00
# The customer name (DNS-Compliant)
name: customerdomain-tld
2023-03-17 23:13:46 +00:00
2023-09-12 15:45:08 +02:00
# The customer legal name
legalName: Customer Name Ltd.
2023-03-18 23:16:04 +00:00
2023-09-12 15:45:08 +02:00
# The customer legal ID
legalId: 112233-4455
2023-06-03 22:01:56 +00:00
2023-09-12 15:45:08 +02:00
# The customer timezone
2023-03-18 23:16:04 +00:00
timezone: "Europe/Stockholm"
site:
2023-09-12 15:45:08 +02:00
name: "customerdomain-tld"
domain: "customerdomain.tld"
additionalDomains: []
2023-06-03 22:01:56 +00:00
2023-09-12 15:45:08 +02:00
image: "ghcr.io/cloudynes/php-bedrock:8.0-alpine"
2023-03-19 10:07:25 +00:00
2023-09-12 15:45:08 +02:00
env:
WP_ENV: "production"
webpRoute: true
dbInstance: ""
2023-06-07 17:41:03 +02:00
2023-09-12 16:17:14 +02:00
certificate:
certManager: false
# issuerRef: ""
# issuerKind: ""
existingCert: false
# existingCertName: ""
importCert: false
# importCertValue: |
# ....
# importKeyValue: |
# ....
2023-06-03 22:01:56 +00:00
resources:
replicas: 1
php:
memory: 512M
post: 512M
upload: 512M
inputTime: "300"
executionTime: "300"
cpu:
avg: 500m
peak: 1000m
mem:
avg: 256Mi
peak: 512Mi
disk: 5Gi
2023-09-12 15:45:08 +02:00
secrets:
external: []
# - name: "ex-gl-secret"
# type: "env"
# ref:
# secretStore: ""
# clusterSecretStore: "az-cluster-store"
# target: "global-secrets"
# items:
# - source: secret/SMTP-USER
# target: SMTP_USER
# - source: secret/SMTP-PASSWORD
# target: SMTP_PASS
# - source: secret/SMTP-HOST
# target: SMTP_HOST
# - name: "ex-pull-secret"
# type: "docker"
# ref:
# secretStore: ""
# secretStoreNamespace: ""
# clusterSecretStore: "az-cluster-store"
# target: "pull-secret"
# items:
# - source: secret/PULL-TOKEN
# target: dockerconfig
2023-06-03 22:01:56 +00:00
2023-09-12 15:45:08 +02:00
storage:
kubernetes:
- name: "pull-secret"
type: "secret"
files:
- name: .dockerconfigjson
content: |
{"auths":{"ghcr.io":{"username":"ghcr.io","password":"ghcr.io","auth":"ghcr.io"}}}
# - name: "secret01"
# type: "secret"
# files:
# - name: x
# mount: /x.txt
# content: |
# Hello World
# - name: "config01"
# type: configmap
# files:
# - name: x
# mount: /x.txt
# content: |
# test:
# data:
# - x
# - y
# - z
cloud:
active: false
driver: "blob.csi.azure.com"
account: "azstorage11"
sku: "Premium_LRS"
class: "azstorage11class-retain"
container: "customerdomain-tld"
local:
active: true
2023-09-13 13:43:29 +02:00
cloneCloud: False
2023-09-12 15:45:08 +02:00
class: "longhorn"
folders:
- uploads
- languages
init:
asJob: false
2023-09-12 15:45:08 +02:00
wp:
theme: "abctheme"
updatePermissions: true
db:
active: false
overwrite: false
# path: "/full-cloud/init.sql"
# url: "https://url.to/init.sql"
content:
active: false
overwrite: false
webpConverter: false
# path: "/full-cloud/content.zip"
# url: "https://url.to/content.zip"
email:
smtpHost: ""
smtpPort: ""
smtpAuth: false
smtpUser: ""
smtpPassword: ""
smtpStarttls: false
forceSender: ""
defaultSender: ""
defaultSenderName: ""
domains:
- domain
emails:
- email
2023-09-13 14:05:07 +02:00
php:
2023-09-13 13:43:29 +02:00
maxProc: 5
spareProc: 2
2023-09-13 14:05:07 +02:00
procIdleTimeout: 65
2023-09-12 15:45:08 +02:00
logErrors: "On"
displayErrors: "Off"
additionalValues: {}
additionalAdminValues: {}