From 7c204329693ef6e9142ef55c5453f4a2c8e0b99d Mon Sep 17 00:00:00 2001 From: Martyn Date: Sat, 4 Oct 2025 16:00:22 +0200 Subject: [PATCH] YAML was a mistake --- everything-app/masto.yaml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/everything-app/masto.yaml b/everything-app/masto.yaml index 78ccbf6..92373d3 100644 --- a/everything-app/masto.yaml +++ b/everything-app/masto.yaml @@ -33,19 +33,19 @@ spec: schedule: "0 0 * * 0" databaseBackup: enabled: false - sidekiq: - replicas: 0 - secrets: - existingSecret: "masto-secrets" - storage: - type: emptyDir - postgresql: - host: masto-postgres - existingSecret: "masto.masto-postgres.credentials.postgresql.acid.zalan.do" - redis: - host: redis4masto - database: "0" - smtp: - host: mailhog4masto - port: 25 - enable_starttls: "false" + sidekiq: + replicas: 0 + secrets: + existingSecret: "masto-secrets" + storage: + type: emptyDir + postgresql: + host: masto-postgres + existingSecret: "masto.masto-postgres.credentials.postgresql.acid.zalan.do" + redis: + host: redis4masto + database: "0" + smtp: + host: mailhog4masto + port: 25 + enable_starttls: "false"