mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
Increase cpu,memory on preview site
This commit is contained in:
@@ -12,13 +12,13 @@ replicaCount: "2"
|
||||
|
||||
wsgiResources:
|
||||
limits:
|
||||
cpu: "1"
|
||||
cpu: "3500m"
|
||||
ephemeral-storage: 1Gi
|
||||
memory: 2Gi
|
||||
memory: 4Gi
|
||||
requests:
|
||||
cpu: "1"
|
||||
cpu: "3500m"
|
||||
ephemeral-storage: 1Gi
|
||||
memory: 2Gi
|
||||
memory: 4Gi
|
||||
|
||||
## NOTE ##
|
||||
# set publcFqdn to the target domain. `www` will be prepended to the domain
|
||||
|
||||
Reference in New Issue
Block a user