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
|
fullnameOverride: windmill-postgresql-mine
|
||||||
primary:
|
primary:
|
||||||
persistence:
|
persistence:
|
||||||
storageClass: "vultr-block-storage"
|
storageClass: "vultr-block-storage-hdd"
|
||||||
size: 7Gi
|
size: 40Gi
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: "1"
|
cpu: "1"
|
||||||
|
@ -66,10 +66,7 @@ spec:
|
||||||
name: windmill
|
name: windmill
|
||||||
values:
|
values:
|
||||||
postgresql:
|
postgresql:
|
||||||
enabled: true
|
enabled: false
|
||||||
primary:
|
|
||||||
persistence:
|
|
||||||
size: 40Gi
|
|
||||||
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