Update webapp-deployer spec file

This commit is contained in:
Adw8 2024-10-07 12:59:03 +05:30
parent b83bf2cdf3
commit 5eea5feb35
2 changed files with 2 additions and 3 deletions

View File

@ -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" }'
``` ```

View File

@ -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