diff --git a/apps/base/windmill/windmill.yaml b/apps/base/windmill/windmill.yaml index 4f883aa..31211ba 100644 --- a/apps/base/windmill/windmill.yaml +++ b/apps/base/windmill/windmill.yaml @@ -24,10 +24,11 @@ spec: values: postgresql: enabled: true - primary: - persistence: - storageClass: "vultr-block-storage" - size: 7Gi + global: + primary: + persistence: + storageClass: "vultr-block-storage" + size: 7Gi 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