From b801aacec83386d280b25498f50653c02938342f Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Sat, 27 Apr 2024 22:19:33 +0000 Subject: [PATCH] fix postgres values level --- apps/base/windmill/windmill.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/base/windmill/windmill.yaml b/apps/base/windmill/windmill.yaml index 363f9ce..4f883aa 100644 --- a/apps/base/windmill/windmill.yaml +++ b/apps/base/windmill/windmill.yaml @@ -22,6 +22,12 @@ spec: kind: HelmRepository name: windmill values: + postgresql: + enabled: true + 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 @@ -84,12 +90,6 @@ spec: #tag: "mytag" #image: "ghcr.io/windmill-labs/windmill" # enable postgres (bitnami) on kubernetes - postgresql: - enabled: false - primary: - persistence: - storageClass: "vultr-block-storage" - size: 7Gi # enable minio (bitnami) on kubernetes minio: enabled: false