Reduces apps default resource usage.

This commit is contained in:
2026-06-19 21:38:56 +00:00
parent 63dcd1b82b
commit c223e2b5e0
55 changed files with 661 additions and 174 deletions

View File

@@ -1,4 +1,4 @@
version: 5.118.1-1
version: 5.130.6-1
requires:
- name: mysql
- name: smtp
@@ -7,10 +7,7 @@ defaultConfig:
externalDnsDomain: '{{ .cloud.domain }}'
domain: ghost.{{ .cloud.domain }}
tlsSecretName: wildcard-wild-cloud-tls
storage: 10Gi
adminUser: admin
adminEmail: '{{ .operator.email }}'
blogTitle: My Blog
storage: 2Gi
db:
host: '{{ .apps.mysql.host }}'
port: '3306'
@@ -22,7 +19,6 @@ defaultConfig:
from: '{{ .apps.smtp.from }}'
user: '{{ .apps.smtp.user }}'
defaultSecrets:
- key: adminPassword
- key: dbPassword
- key: smtpPassword
requiredSecrets: