Skip to content

Commit

Permalink
[log4shell] Upgrade resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Denan Musinovic committed Nov 26, 2024
1 parent 026382c commit 38fef48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/log4shell/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: log4shell app
type: application
keywords:
- log4shell
version: 0.0.2
version: 0.0.3
dependencies:
- name: simple-service
version: 0.0.1
Expand Down
8 changes: 4 additions & 4 deletions charts/log4shell/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ simple-service:
port: 8080
resources:
requests:
cpu: 50m
memory: 128Mi
limits:
cpu: 125m
cpu: 150m
memory: 256Mi
limits:
cpu: 500m
memory: 768Mi
livenessProbe:
httpGet:
path: /
Expand Down

0 comments on commit 38fef48

Please sign in to comment.