fix postgres values level
ci / build (push) Successful in 9s
Details
ci / build (push) Successful in 9s
Details
This commit is contained in:
parent
2cde374b19
commit
b801aacec8
|
@ -22,6 +22,12 @@ spec:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: windmill
|
name: windmill
|
||||||
values:
|
values:
|
||||||
|
postgresql:
|
||||||
|
enabled: true
|
||||||
|
primary:
|
||||||
|
persistence:
|
||||||
|
storageClass: "vultr-block-storage"
|
||||||
|
size: 7Gi
|
||||||
windmill:
|
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
|
# 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
|
baseDomain: windmill2.sbtp.xyz
|
||||||
|
@ -84,12 +90,6 @@ spec:
|
||||||
#tag: "mytag"
|
#tag: "mytag"
|
||||||
#image: "ghcr.io/windmill-labs/windmill"
|
#image: "ghcr.io/windmill-labs/windmill"
|
||||||
# enable postgres (bitnami) on kubernetes
|
# enable postgres (bitnami) on kubernetes
|
||||||
postgresql:
|
|
||||||
enabled: false
|
|
||||||
primary:
|
|
||||||
persistence:
|
|
||||||
storageClass: "vultr-block-storage"
|
|
||||||
size: 7Gi
|
|
||||||
# enable minio (bitnami) on kubernetes
|
# enable minio (bitnami) on kubernetes
|
||||||
minio:
|
minio:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
Loading…
Reference in New Issue