fix yaml nesting?
ci / build (push) Successful in 8s Details

This commit is contained in:
CJ_Clippy 2024-04-28 01:58:02 +00:00
parent fcc599459f
commit 2c757124f0
1 changed files with 18 additions and 18 deletions

View File

@ -25,24 +25,24 @@ spec:
name: bitnami name: bitnami
values: values:
postgresql: postgresql:
fullnameOverride: windmill-postgresql-mine fullnameOverride: windmill-postgresql-cool
primary: auth:
persistence: postgresPassword: windmill
# It would be $0.20/mo cheaper to use 8Gi NVMe, database: windmill
# but it's not available in Vultr's DFW datacenter primary:
# so instead we use the minimum HDD size, 40Gi persistence:
storageClass: "vultr-block-storage-hdd" # It would be $0.20/mo cheaper to use 8Gi NVMe,
size: 40Gi # but it's not available in Vultr's DFW datacenter
resources: # so instead we use the minimum HDD size, 40Gi
limits: storageClass: "vultr-block-storage-hdd"
cpu: "1" size: 40Gi
memory: "2Gi" resources:
requests: limits:
cpu: "250m" cpu: "1"
memory: "1024Mi" memory: "2Gi"
auth: requests:
postgresPassword: windmill cpu: "250m"
database: windmill memory: "1024Mi"
--- ---
apiVersion: source.toolkit.fluxcd.io/v1beta2 apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository kind: HelmRepository