Skip to content

Commit

Permalink
Merge pull request #15 from UlisesGascon/release/1.1.7
Browse files Browse the repository at this point in the history
fix: deleted cpu limits
  • Loading branch information
UlisesGascon authored May 4, 2023
2 parents 6502a45 + a35ffaa commit 3945c16
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions k8s/api-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ spec:
resources:
requests:
memory: "100Mi"
cpu: 200m
limits:
cpu: 500m
memory: "250Mi"
livenessProbe:
httpGet:
Expand Down
2 changes: 0 additions & 2 deletions k8s/landing-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ spec:
resources:
requests:
memory: "100Mi"
cpu: 200m
limits:
cpu: 500m
memory: "250Mi"
livenessProbe:
httpGet:
Expand Down

0 comments on commit 3945c16

Please sign in to comment.