use hdd
ci / build (push) Successful in 8s
Details
ci / build (push) Successful in 8s
Details
This commit is contained in:
parent
196c50ddc3
commit
8f64cd74b9
|
@ -28,8 +28,8 @@ spec:
|
|||
fullnameOverride: windmill-postgresql-mine
|
||||
primary:
|
||||
persistence:
|
||||
storageClass: "vultr-block-storage"
|
||||
size: 7Gi
|
||||
storageClass: "vultr-block-storage-hdd"
|
||||
size: 40Gi
|
||||
resources:
|
||||
limits:
|
||||
cpu: "1"
|
||||
|
@ -66,10 +66,7 @@ spec:
|
|||
name: windmill
|
||||
values:
|
||||
postgresql:
|
||||
enabled: true
|
||||
primary:
|
||||
persistence:
|
||||
size: 40Gi
|
||||
enabled: false
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue