YAML was a mistake
This commit is contained in:
parent
0991a9696f
commit
7c20432969
1 changed files with 16 additions and 16 deletions
|
@ -33,19 +33,19 @@ spec:
|
||||||
schedule: "0 0 * * 0"
|
schedule: "0 0 * * 0"
|
||||||
databaseBackup:
|
databaseBackup:
|
||||||
enabled: false
|
enabled: false
|
||||||
sidekiq:
|
sidekiq:
|
||||||
replicas: 0
|
replicas: 0
|
||||||
secrets:
|
secrets:
|
||||||
existingSecret: "masto-secrets"
|
existingSecret: "masto-secrets"
|
||||||
storage:
|
storage:
|
||||||
type: emptyDir
|
type: emptyDir
|
||||||
postgresql:
|
postgresql:
|
||||||
host: masto-postgres
|
host: masto-postgres
|
||||||
existingSecret: "masto.masto-postgres.credentials.postgresql.acid.zalan.do"
|
existingSecret: "masto.masto-postgres.credentials.postgresql.acid.zalan.do"
|
||||||
redis:
|
redis:
|
||||||
host: redis4masto
|
host: redis4masto
|
||||||
database: "0"
|
database: "0"
|
||||||
smtp:
|
smtp:
|
||||||
host: mailhog4masto
|
host: mailhog4masto
|
||||||
port: 25
|
port: 25
|
||||||
enable_starttls: "false"
|
enable_starttls: "false"
|
||||||
|
|
Loading…
Add table
Reference in a new issue