Update README
This commit is contained in:
parent
5b9fec093a
commit
e8b6be4830
@ -58,8 +58,8 @@ This setup has been tested on digitalocean droplets running ubuntu 22.04 LTS
|
||||
|
||||
# vars/webapp-vars.yml
|
||||
authority_name: "" # eg: laconic-authority
|
||||
cpu_reservation: "1" # minimum number of cpu cores to be used, eg: 2
|
||||
memory_reservation: "2G" # minimum amount of memory in GB to be used, eg: 4G
|
||||
cpu_reservation: "1" # minimum number of cpu cores to be used, eg: 1
|
||||
memory_reservation: "2G" # minimum amount of memory in GB to be used, eg: 2G
|
||||
cpu_limit: "6" # maximum number of cpu cores to be used, eg: 6
|
||||
memory_limit: "8G" # maximum amount of memory in GB to be used, eg: 8G
|
||||
deployer_gpg_passphrase: "" # passphrase for creating GPG key used by webapp-deployer, eg: SECRET
|
||||
|
Loading…
Reference in New Issue
Block a user