fix postgres values level
ci / build (push) Successful in 9s Details

This commit is contained in:
CJ_Clippy 2024-04-27 22:19:33 +00:00
parent 2cde374b19
commit b801aacec8
1 changed files with 6 additions and 6 deletions

View File

@ -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