Skip to content

Commit

Permalink
Merge pull request #62 from input-output-hk/renebarbosa/fix-cpu-limit
Browse files Browse the repository at this point in the history
fix: k8s alert increase cpu
  • Loading branch information
renebarbosafl authored Dec 19, 2023
2 parents 01bf2a4 + 5ff6bff commit 470d478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/templates/marlowe-playground.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
- name: marlowe-playground
type: webservice
properties:
cpu: "0.5"
cpu: "1"
image: ghcr.io/input-output-hk/marlowe-playground-server:{{ $.Values.images.stagingTag }}
args:
- webserver
Expand Down

0 comments on commit 470d478

Please sign in to comment.