From 2c757124f06a8f8fd0e4c85648ccec4e8169dbe4 Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Sun, 28 Apr 2024 01:58:02 +0000 Subject: [PATCH] fix yaml nesting? --- apps/base/windmill/windmill.yaml | 36 ++++++++++++++++---------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/apps/base/windmill/windmill.yaml b/apps/base/windmill/windmill.yaml index 592dcfe..e0f3437 100644 --- a/apps/base/windmill/windmill.yaml +++ b/apps/base/windmill/windmill.yaml @@ -25,24 +25,24 @@ spec: name: bitnami values: postgresql: - fullnameOverride: windmill-postgresql-mine - primary: - persistence: - # It would be $0.20/mo cheaper to use 8Gi NVMe, - # but it's not available in Vultr's DFW datacenter - # so instead we use the minimum HDD size, 40Gi - storageClass: "vultr-block-storage-hdd" - size: 40Gi - resources: - limits: - cpu: "1" - memory: "2Gi" - requests: - cpu: "250m" - memory: "1024Mi" - auth: - postgresPassword: windmill - database: windmill + fullnameOverride: windmill-postgresql-cool + auth: + postgresPassword: windmill + database: windmill + primary: + persistence: + # It would be $0.20/mo cheaper to use 8Gi NVMe, + # but it's not available in Vultr's DFW datacenter + # so instead we use the minimum HDD size, 40Gi + storageClass: "vultr-block-storage-hdd" + size: 40Gi + resources: + limits: + cpu: "1" + memory: "2Gi" + requests: + cpu: "250m" + memory: "1024Mi" --- apiVersion: source.toolkit.fluxcd.io/v1beta2 kind: HelmRepository