Skip to content

Commit

Permalink
Merge pull request #14 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 fb503c4 + a1040f4 commit 6502a45
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions k8s/api-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ spec:
resources:
requests:
memory: "100Mi"
cpu: 100m
limits:
cpu: 200m
limits:
cpu: 500m
memory: "250Mi"
livenessProbe:
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions k8s/landing-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ spec:
resources:
requests:
memory: "100Mi"
cpu: 100m
limits:
cpu: 200m
limits:
cpu: 500m
memory: "250Mi"
livenessProbe:
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions landing/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion landing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "landing",
"version": "1.1.6",
"version": "1.1.7",
"description": "demo.foo landing",
"main": "index.js",
"private": true,
Expand Down

0 comments on commit 6502a45

Please sign in to comment.