Skip to content

Commit

Permalink
Increase static-site resource for load testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rielas committed Dec 12, 2024
1 parent 3184f19 commit 26eba3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/static-site/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Static site as a target for crawling
type: application
keywords:
- static-site
version: 0.0.2
version: 0.0.3
dependencies:
- name: simple-service
version: 0.0.1
Expand Down
7 changes: 3 additions & 4 deletions charts/static-site/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ simple-service:
port: 80
resources:
requests:
cpu: 50m
memory: 64Mi
cpu: 1
memory: 512Mi
limits:
cpu: 125m
memory: 128Mi
memory: 4Gi
livenessProbe:
httpGet:
path: /
Expand Down

0 comments on commit 26eba3d

Please sign in to comment.