diff --git a/apps/base/windmill/windmill.yaml b/apps/base/windmill/windmill.yaml index ea03e60..ec27120 100644 --- a/apps/base/windmill/windmill.yaml +++ b/apps/base/windmill/windmill.yaml @@ -28,8 +28,8 @@ spec: fullnameOverride: windmill-postgresql-mine primary: persistence: - storageClass: "vultr-block-storage" - size: 7Gi + storageClass: "vultr-block-storage-hdd" + size: 40Gi resources: limits: cpu: "1" @@ -66,10 +66,7 @@ spec: name: windmill values: postgresql: - enabled: true - primary: - persistence: - size: 40Gi + enabled: false windmill: # domain as shown in browser, this is used together with `baseProtocol` as part of the BASE_URL environment variable in app and worker container and in the ingress resource, if enabled baseDomain: windmill2.sbtp.xyz