put values in global
ci / build (push) Successful in 9s
Details
ci / build (push) Successful in 9s
Details
This commit is contained in:
parent
5ec4944434
commit
c0617aef05
|
@ -24,10 +24,11 @@ spec:
|
||||||
values:
|
values:
|
||||||
postgresql:
|
postgresql:
|
||||||
enabled: true
|
enabled: true
|
||||||
primary:
|
global:
|
||||||
persistence:
|
primary:
|
||||||
storageClass: "vultr-block-storage"
|
persistence:
|
||||||
size: 7Gi
|
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
|
||||||
|
|
Loading…
Reference in New Issue