Skip to content

Commit

Permalink
Merge pull request #13 from UlisesGascon/release/1.1.7
Browse files Browse the repository at this point in the history
Release 1.1.7
  • Loading branch information
UlisesGascon authored May 4, 2023
2 parents 9ac4cd5 + 6c12177 commit fb503c4
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 15 deletions.
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

0 comments on commit fb503c4

Please sign in to comment.