Reduces apps default resource usage.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user