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:
|
||||
|
||||
```bash
|
||||
cd ../
|
||||
LANG=en_US.utf8 ansible-playbook setup-user.yml -i hosts.ini --extra-vars='{ "target_host": "deployment_host" }'
|
||||
```
|
||||
|
||||
|
@ -25,8 +25,8 @@ security:
|
||||
resources:
|
||||
containers:
|
||||
reservations:
|
||||
cpus: "{{ cpu_reservation }}"
|
||||
memory: "{{ memory_reservation }}"
|
||||
cpus: {{ cpu_reservation }}
|
||||
memory: {{ memory_reservation }}
|
||||
limits:
|
||||
cpus: 6
|
||||
memory: 16G
|
||||
|
Loading…
Reference in New Issue
Block a user