Update webapp-deployer spec file
This commit is contained in:
parent
b83bf2cdf3
commit
5eea5feb35
@ -69,7 +69,6 @@ To get started, follow the [installation](../README.md#installation) guide to se
|
|||||||
- Execute the `setup-user.yml` Ansible playbook to create a user with passwordless sudo permissions:
|
- Execute the `setup-user.yml` Ansible playbook to create a user with passwordless sudo permissions:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd ../
|
|
||||||
LANG=en_US.utf8 ansible-playbook setup-user.yml -i hosts.ini --extra-vars='{ "target_host": "deployment_host" }'
|
LANG=en_US.utf8 ansible-playbook setup-user.yml -i hosts.ini --extra-vars='{ "target_host": "deployment_host" }'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -25,8 +25,8 @@ security:
|
|||||||
resources:
|
resources:
|
||||||
containers:
|
containers:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: "{{ cpu_reservation }}"
|
cpus: {{ cpu_reservation }}
|
||||||
memory: "{{ memory_reservation }}"
|
memory: {{ memory_reservation }}
|
||||||
limits:
|
limits:
|
||||||
cpus: 6
|
cpus: 6
|
||||||
memory: 16G
|
memory: 16G
|
||||||
|
Loading…
Reference in New Issue
Block a user