Add result with endpoints to service-provider-setup README #11

Merged
nabarun merged 5 commits from deep-stack/testnet-ops:ag-add-result into main 2024-10-08 12:41:37 +00:00
2 changed files with 2 additions and 3 deletions
Showing only changes of commit 5eea5feb35 - Show all commits

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:
```bash
cd ../
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:
containers:
reservations:
cpus: "{{ cpu_reservation }}"
memory: "{{ memory_reservation }}"
cpus: {{ cpu_reservation }}
memory: {{ memory_reservation }}
limits:
cpus: 6
memory: 16G