Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.1.7 #13

Merged
merged 2 commits into from
May 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
12 changes: 7 additions & 5 deletions k8s/api-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 7 additions & 5 deletions k8s/landing-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@ spec:
image: <IMAGE>
ports:
- containerPort: 80
# resources:
# requests:
# cpu: 500m
# limits:
# cpu: 500m
resources:
requests:
memory: "100Mi"
cpu: 100m
limits:
cpu: 200m
memory: "250Mi"
livenessProbe:
httpGet:
path: /
Expand Down
6 changes: 3 additions & 3 deletions landing/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ <h2>What is api.demo.foo?</h2>
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.
</p>
<p>
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
Expand Down