diff --git a/README.md b/README.md
index f7e399c..0ba3677 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,7 @@
![logo](/art/demo_foo_logo.png)
-**[demo.foo](https://demo.foo) offers a variety of free and open-source utilities for developers, such as fake APIs, conversion tools, and more.**
-
+**[demo.foo](https://demo.foo) offers a variety of free and open-source utilities for developers, such as test APIs, conversion tools, and more.
## Current Projects:
diff --git a/k8s/api-deployment.yml b/k8s/api-deployment.yml
index a68e53a..aeeeb4b 100644
--- a/k8s/api-deployment.yml
+++ b/k8s/api-deployment.yml
@@ -26,11 +26,13 @@ spec:
image: ulisesgascon/simple-api:latest
ports:
- containerPort: 3000
- # resources:
- # requests:
- # cpu: 500m
- # limits:
- # cpu: 500m
+ resources:
+ requests:
+ memory: "100Mi"
+ cpu: 100m
+ limits:
+ cpu: 200m
+ memory: "250Mi"
livenessProbe:
httpGet:
path: /__/health
diff --git a/k8s/landing-deployment.yml b/k8s/landing-deployment.yml
index 0fa7de8..2da5f89 100644
--- a/k8s/landing-deployment.yml
+++ b/k8s/landing-deployment.yml
@@ -26,11 +26,13 @@ spec:
image: What is api.demo.foo?
In today's fast-moving digital landscape, it is essential for developers
to test and prototype their products before launching them in the
market. The process can be both time-consuming and expensive, which is
- why the use of fake APIs has become increasingly popular. To address
- this need, we are proud to offer a free fake API for testing and
+ why the use of test APIs has become increasingly popular. To address
+ this need, we are proud to offer a free test API for testing and
prototyping, designed to facilitate the app and software development
process.
- Furthermore, our fake API's versatility makes it ideal for prototyping. + Furthermore, our test API's versatility makes it ideal for prototyping. With minimal effort, developers can create mock data for their products, making it possible to test and evaluate their prototypes without having to build a complete backend system. This not only saves valuable time